AppleIIAsm-Collection/disks/disk2_common/T.REQUIRED.HOOKS.MIN
nathanriggs dafe80d008 library updates
- added _RDUMP to required library
- added MSWAP to common library
- deleted full required library from each disk except #2, replaced with min versions (still need to update demos accordingly)
- added beginnings of error handling in required library
2019-01-09 15:12:55 -05:00

18 lines
233 B
Plaintext

ADDR1 EQU $06
ADDR2 EQU $08
ADDR3 EQU $EB
ADDR4 EQU $ED
SCRATCH EQU $19
SCRATCH2 EQU $1E
RETADR EQU $FE
RESULT EQU $FA
RESULT2 EQU $FC
REENTRY EQU $3D0
LDA #1
STA ERRMESG
STA ERRSTOP
JMP VARSKIP
ERRSTOP DS 1
ERRMESG DS 1
VARSKIP