mirror of
https://github.com/nathanriggs/AppleIIAsm-Collection.git
synced 2024-12-03 03:52:16 +00:00
c8cac53c5e
Massive updates that changes the way most subroutines are handled. Major bugfixes, various utilities added, started higher-level libraries.
15 lines
434 B
Plaintext
15 lines
434 B
Plaintext
*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*
|
|
* *
|
|
* COMMON.LIB HOOKS *
|
|
* *
|
|
*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*
|
|
*
|
|
PROMPT EQU $33
|
|
COLDENT EQU $03D3 ; COLD ENTRY TO DOS
|
|
SRESET EQU $03F2 ; SOFT RESET
|
|
PRNTAX EQU $F941 ; PRINT HEX VALS OF A,X REGISTERS
|
|
BELL EQU $FBE4 ; RING MY BELL
|
|
IOSAVE EQU $FF4A ; SAVE CURRENT STATE OF REGISTERS
|
|
IOREST EQU $FF3F ; RESTORE OLD STATE OF REGISTERS
|
|
*
|