[][src]Module olympia_engine::decoder

Contains decoding logic for gameboy instructions

Structs

Decoder

Struct that can be used to decode or disassemble instructions in a incremental fashion.

Enums

DecodeError

Represents an error decoding a given instruction

DisassembledInstruction

Represents an instruction that has been disassembled.

Functions

decode

Decode an entire ROM or memory space in a single method.

disassemble

Disassemble an entire ROM or memory space in a single method.

Type Definitions

DecodeResult