From 354f4b8e7805a41eb68050a8363bbd01e275ec93 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Mon, 21 Nov 2022 15:43:56 -0500 Subject: [PATCH] Removed commented-out code in macros. --- applecorn.s | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/applecorn.s b/applecorn.s index 951d4d6..9184d85 100644 --- a/applecorn.s +++ b/applecorn.s @@ -169,10 +169,6 @@ XF2AUX MAC * Called by code running in aux mem to invoke a * routine in main memory XF2MAIN MAC -* LDX STRTL ; No longer needed -* STX STRTBCKL ; $03E0-$03FF reserved for memory -* LDX STRTH ; switching -* STX STRTBCKH LDX #<]1 STX STRTL LDX #>]1 @@ -192,10 +188,6 @@ ENTAUX MAC LDX $0101 ; Recover alt SP TXS CLI ; Re-enable IRQ after XFER -* LDX STRTBCKL ; No longer needed -* STX STRTL ; $03e0-$03FF reserved for memory -* LDX STRTBCKH ; switching -* STX STRTH EOM * Macro called on re-entry to main memory @@ -212,10 +204,6 @@ ENTMAIN MAC IENTAUX MAC LDX $0101 ; Recover alt SP TXS -* LDX STRTBCKL ; No longer needed -* STX STRTL -* LDX STRTBCKH -* STX STRTH EOM * Macro called on re-entry to main memory