Routines
Prev:
1FDF
Up:
Map
Next:
1FFC
1FF5: THE 'PRINT A CARRIAGE RETURN' SUBROUTINE
Used by the routine at
PR_POSN_1
.
The routine at
PRINT_2
continues here.
PRINT_CR
1FF5
CALL
UNSTACK_Z
Return if checking syntax.
1FF8
LD A,$0D
Print a carriage return character and then return.
1FFA
RST
$10
1FFB
RET
Prev:
1FDF
Up:
Map
Next:
1FFC