Expand description
A simple disassembler for MOSIS, a pen and paper instruction format for teaching and
learning reverse engineering.
Structs§
Enums§
- Condition
- Condition codes for the conditional jump instruction.
- Instruction
MOSISinstruction type.- MOSIS
Error - Possible errors that occur when disassembling
u16toInstruction. - Register
MOSISgeneral purpose registers.
Functions§
- linear_
sweep - Iterates over a slice of bytes, performing a linear sweep disassembly to MOSIS
Instructions.
Type Aliases§
- Address
- Type alias to
u16