AppleIIAsm-Collection/source/d2_stdio/T.MIN.SUB.TXTPUT
nathanriggs 9f35f32f67 Revision 0.5.0
- massive overhaul of architecture
- first round of optimizations
- first draft of the technical manual for the entire library
- reorganization of directory structure
2019-09-27 16:57:34 -04:00

15 lines
298 B
Plaintext

]Y1 EQU VARTAB
]X1 EQU VARTAB+1
]F EQU VARTAB+3
TXTPUT
STA ]F
STY ]Y1
STX ]X1
LDA ]Y1
LDY ]X1
JSR GBCALC
LDA ]F
STA (GBPSH),Y
:EXIT
RTS