Unused |
Prev: 36647 | Up: Map | Next: 36692 |
|
||||
36675 | PUSH HL | Transfer HL into BC... | ||
36676 | POP BC | ... | ||
36677 | PUSH IX | Store IX | ||
36679 | PUSH IX | Transfer IX into HL... | ||
36681 | POP HL | ... | ||
36682 | CALL 37746 | Convert numeric value in BC to ASCII string at location HL | ||
36685 | POP HL | Restore HL (was originally in IX) | ||
36686 | LD C,4 | Convert leading zeroes to spaces in a string number as 4 digit value... | ||
36688 | CALL 36692 | ... | ||
36691 | RET | Return |
Prev: 36647 | Up: Map | Next: 36692 |