Crate mosis

source · []
Expand description

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

Structs

Enums

Condition codes for the conditional jump instruction.

MOSIS instruction type.

Possible errors that occur when disassembling u16 to Instruction.

MOSIS general purpose registers.

Functions

Iterates over a slice of bytes, performing a linear sweep disassembly to MOSIS Instructions.

Type Definitions

Type alias to u16