mirror of
https://github.com/nathanriggs/AppleIIAsm-Collection.git
synced 2025-01-09 13:32:35 +00:00
9b12b6fd9b
- getting ready for major changes for 0.6.0. - be sure to download the 0.5.0 release to ensure proper functionality, as these rountines will not work together in the SRC or BIN folder during the transition - Beginning to significantly alter documentation
20 lines
314 B
NASM
20 lines
314 B
NASM
COUT1 EQU $FDF0
|
|
COUT EQU $FDED
|
|
HOME EQU $FC58
|
|
VTAB EQU $FC22
|
|
CURSH EQU $24
|
|
CURSV EQU $25
|
|
KEYBUFF EQU $0200
|
|
GSTROBE EQU $C040
|
|
GBCALC EQU $F847
|
|
GBPSH EQU $26
|
|
KYBD EQU $C000
|
|
STROBE EQU $C010
|
|
GETLN EQU $FD6F
|
|
GETKEY EQU $FD0C
|
|
PREAD EQU $FB1E
|
|
PB0 EQU $C061
|
|
PB1 EQU $C062
|
|
PB2 EQU $C063
|
|
PB3 EQU $C060
|