Struct rustzx_z80::CodeGenerator[][src]

pub struct CodeGenerator<'a, Mem: CodegenMemorySpace> { /* fields omitted */ }
Expand description

Provides easy methods to generate some Z80 opcodes. Currently only limited opcode list is supported

Implementations

Sets current base address to write opcodes

Generates most optimal jump opcode generation from the current address

Generates direct jump opcode (0xC3)

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.