mirror of
https://github.com/nathanriggs/AppleIIAsm-Collection.git
synced 2024-11-30 15:49:55 +00:00
c8cac53c5e
Massive updates that changes the way most subroutines are handled. Major bugfixes, various utilities added, started higher-level libraries.
11 lines
152 B
Plaintext
11 lines
152 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
|