Prev: 0280 Up: Map Next: 0292
028B: set_hardware_counter: Reads a byte from the decoder's SRAM but doesn't retain it. This sets an internal 4 bit counter to bits 6-9 of the read address.
Used by the routines at NMI_ISR, init_variables and print.
set_hardware_counter 028B PUSH AF Preserve AF.
028C LD HL,(counter_reset_address) Load byte from address in counter_reset_address.
028F LD A,(HL)
0290 POP AF Restore AF and return.
0291 RET
Prev: 0280 Up: Map Next: 0292