mirror of
https://github.com/nathanriggs/AppleIIAsm-Collection.git
synced 2024-11-27 12:49:27 +00:00
c8cac53c5e
Massive updates that changes the way most subroutines are handled. Major bugfixes, various utilities added, started higher-level libraries.
22 lines
246 B
Plaintext
22 lines
246 B
Plaintext
JUMPTBL JMP MAIN_START
|
|
|
|
DS 60
|
|
RETLEN DS 1
|
|
RETURN DS 256
|
|
PARLEN DS 1
|
|
PARAM DS 256
|
|
ERRSTOP DS 1
|
|
ERRCTRL DS 1
|
|
ERRA DS 1
|
|
ERRX DS 1
|
|
ERRY DS 1
|
|
ERRCARRY DS 1
|
|
ERRNEG DS 1
|
|
ERRZERO DS 1
|
|
ERROVF DS 1
|
|
MAIN_START
|
|
LDA #1
|
|
STA ERRSTOP
|
|
LDA #1
|
|
STA ERRCTRL
|