Prev: 32360 Up: Map Next: 32366
32362: Update pixel
Jump to pre-selected display update routine primed at address 32360. This will set, clear, XOR or clear-byte of xpos,ypos in C and B
Input
B ypos
C xpos
update_pixel 32362 LD HL,(_UPDATE_PIXEL_TRAMPOLINE)
32365 JP (HL)
Prev: 32360 Up: Map Next: 32366