Routines |
Prev: 9C6F | Up: Map | Next: 9CA0 |
|
||||
Print_Time | 9C93 | LD A,($9CA5) | Stores Time as the LSB in HL. | |
9C96 | LD H,$00 | |||
9C98 | LD L,A | |||
9C99 | LD DE,$0B00 | Store 0B00 in DE for the screen position. | ||
9C9C | CALL Process_Print_Time | Call Process_Print_Time. | ||
9C9F | RET | Return. |
Prev: 9C6F | Up: Map | Next: 9CA0 |