mirror of
https://github.com/cc65/cc65.git
synced 2025-08-14 14:26:27 +00:00
Syncronize the Supervision crt0.s with its ld65 config files.
.segment "VECTOR" -> "VECTORS". Fixes #1506.
This commit is contained in:
@@ -73,7 +73,7 @@ not_dma:
|
|||||||
jmp reset
|
jmp reset
|
||||||
.endproc
|
.endproc
|
||||||
|
|
||||||
.segment "VECTOR"
|
.segment "VECTORS"
|
||||||
|
|
||||||
.word nmi
|
.word nmi
|
||||||
.word reset32kcode
|
.word reset32kcode
|
||||||
|
Reference in New Issue
Block a user