Expand description
Runtime routines provided by the startup code, exposed as raw symbols.
The RST helpers use a register-based calling convention, so they are meant
to be invoked from inline assembly (for example through the sym operand),
not called directly. isr_noop is an ordinary parameterless routine.
Functions§
- call_hl⚠
RST 0x20indirect call helper:jp (hl), jumping to the address inHL.- isr_
noop ⚠ - Default interrupt handler: returns immediately.
- memcpy_
small ⚠ RST 0x30small memcpy: copyCbytes fromDEtoHL.- memset_
small ⚠ RST 0x28small memset: fillCbytes atHLwithA.