Skip to content

Commit

Permalink
Update sysmon65.65s
Browse files Browse the repository at this point in the history
  • Loading branch information
jdimeglio authored Apr 6, 2024
1 parent 2ff8810 commit bd2c4c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sysmon65.65s
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ ROM_LIBRRAY = 1 ;adds ROM library to assembler

COLD JSR INIT ;Initialise assembler
WARM CLD ;WARM Reboot/startup
LDX #$FF ;just in case
TXS
LDX #$FF ;just in case
TXS
JSR WRCRLF ;Print CR & LF before we do anything
LDA COLD+1
LDA COLD+1
PHA
LDA COLD
LDA COLD
PHA

STZ AUTO_FLAG ;Clear auto flag
Expand Down

0 comments on commit bd2c4c6

Please sign in to comment.