![]() |
Routines |
Prev: 53368 | Up: Map | Next: 53468 |
53456 | PUSH DE | Stash DE on the stack. | ||
53457 | LD DE,26846 | DE=26846. | ||
53460 | EX DE,HL | Exchange the DE and HL registers. | ||
53461 | SET 7,D | Set bit 7 of D. | ||
53463 | LD (HL),D | Write D to *HL. | ||
53464 | INC HL | Increment HL by one. | ||
53465 | LD (HL),E | Write E to *HL. | ||
53466 | POP DE | Restore DE from the stack. | ||
53467 | RET | Return. |
Prev: 53368 | Up: Map | Next: 53468 |