Crate mosis

Crate mosis 

Source
Expand description

A simple disassembler for MOSIS, a pen and paper instruction format for teaching and learning reverse engineering.

Structs§

LinearSweep

Enums§

Condition
Condition codes for the conditional jump instruction.
Instruction
MOSIS instruction type.
MOSISError
Possible errors that occur when disassembling u16 to Instruction.
Register
MOSIS general 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