Module intel_8080_emu::opcode[][src]

Structs

OpCodes
UnexpectedEndOfInput

Enums

OpCode
Reg16
Register

Functions

read_opcode

Read a slice of bytes and returns an opcode, possibly with its data.

read_opcode_safe

A parser which takes a slice of 3 bytes and cannot fail.