![]() |
Routines |
Prev: 24428 | Up: Map | Next: 24487 |
|
||||
MenuWriteText | 24471 | PUSH HL | Stash HL containing the co-ordinate on the stack. | |
24472 | CALL ScreenAddress | Call ScreenAddress. | ||
24475 | LD A,(24127) | A=the menu attribute byte from Current_MenuAttr. | ||
24478 | EX AF,AF' | Switch to the shadow AF register. | ||
24479 | EXX | Switch to the shadow registers. | ||
24480 | POP HL | Restore HL from the stack. | ||
24481 | CALL AttributeAddress | Call AttributeAddress. | ||
24484 | JP PrintString_Loop | Jump to PrintString_Loop. | ||
View the equivalent code in;
|
Prev: 24428 | Up: Map | Next: 24487 |