[][src]Module zeerust::examples

Structs

Example

Example is a named z80 program, along with its associated assembly.

Constants

COUNTDOWN_ASM

Count down from 9 to 1 (assembly)

COUNTDOWN_BIN

Count down from 9 to 1 (machine code)

EXAMPLES
FIZZBUZZ_ASM

Calculates fizzbuzz (assembly)

FIZZBUZZ_BIN

Calculates fizzbuzz (machine code)

HELLO_WORLD_ASM

Print Hello World using a loop (assembly)

HELLO_WORLD_BIN

Print Hello World using a loop (machine code)

HELLO_ZEERUST_ASM

Print ZEERUST using a hand-unrolled loop (assembly)

HELLO_ZEERUST_BIN

Print ZEERUST using a hand-unrolled loop (machine code)