Moved cc65 loader requiring "labels hack" into backyard.
This commit is contained in:
parent
a22c543b1a
commit
9ab8b78381
6 changed files with 4 additions and 4 deletions
8
backyard/cpu/6502/loader/loader-arch-module.S
Normal file
8
backyard/cpu/6502/loader/loader-arch-module.S
Normal file
|
@ -0,0 +1,8 @@
|
|||
.segment "JUMPTABLE"
|
||||
.import _loader_appinit
|
||||
.export _loader_arch_loadaddr
|
||||
_loader_arch_loadaddr:
|
||||
arch: .byte 0,0,0,0,0,0,0,0
|
||||
version: .byte 0,0,0,0,0,0,0,0
|
||||
; jmp _loader_appinit
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue