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 8a0cd1f commit 2ff8810
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 Expand Up @@ -3552,4 +3552,4 @@ SYM_TABLE_ROM .ASCIS "R"
*= $fffa
.WORD NMI_VECTOR ; NMI_VECTOR
.WORD RESET_VECTOR ; REST VECTOR
.WORD IRQ_VECTOR ; IRQ_VECTOR
.WORD IRQ_VECTOR ; IRQ_VECTOR

0 comments on commit 2ff8810

Please sign in to comment.