Crate mosis[][src]

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

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 Definitions

Address

Type alias to u16