Prev: 046E Up: Map Next: 04C2
04AA: THE 'PROGRAM NAME' SUBROUTINE (ZX81)
The following subroutine applies to the ZX81 and was not removed when the program was rewritten for the Spectrum.
PROGNAME 04AA CALL SCANNING
04AD LD A,($5C3B)
04B0 ADD A,A
04B1 JP M,REPORT_C
04B4 POP HL
04B5 RET NC
04B6 PUSH HL
04B7 CALL STK_FETCH
04BA LD H,D
04BB LD L,E
04BC DEC C
04BD RET M
04BE ADD HL,BC
04BF SET 7,(HL)
04C1 RET
Prev: 046E Up: Map Next: 04C2