mirror of
https://github.com/Klaus2m5/6502_EhBASIC_V2.22.git
synced 2025-03-25 04:32:34 +00:00
Added .END directive in min_mon
Allows the simulator to start at the correct address $FF80.
This commit is contained in:
parent
be931e5040
commit
30a4d5a856
@ -131,3 +131,6 @@ LAB_mess
|
||||
.word NMI_vec ; NMI vector
|
||||
.word RES_vec ; RESET vector
|
||||
.word IRQ_vec ; IRQ vector
|
||||
|
||||
.end RES_vec ; set start at reset vector
|
||||
|
Loading…
x
Reference in New Issue
Block a user