Routines |
Prev: 72DD | Up: Map | Next: 7367 |
|
||||
7340 | LD D,$60 | D=$60. | ||
7342 | JR $734B | Jump to 734B. | ||
7344 | LD D,$30 | D=$30. | ||
7346 | JR $734B | Jump to 734B. | ||
This entry point is used by the routine at PrintMsg.
|
||||
7348 | CALL PrintToken | Call PrintToken. | ||
734B | LD A,$2E | A=$2E. | ||
734D | BIT 6,D | |||
734F | JR NZ,$7358 | |||
7351 | BIT 4,D | |||
7353 | CALL NZ,$858B | |||
7356 | BIT 4,D | |||
7358 | CALL NZ,$8583 | |||
Return | 735B | LD DE,($70DD) | Restore DE from 70DD. | |
735F | LD IX,($70E0) | Restore IX from 70E0. | ||
7363 | LD A,($70DC) | Restore A from 70DC. | ||
7366 | RET | Return. |
Prev: 72DD | Up: Map | Next: 7367 |