Import of the contiki-2.x development code from the SICS internal CVS server
This commit is contained in:
commit
c9e808d638
671 changed files with 95332 additions and 0 deletions
8
cpu/6502/loader/loader-arch-module.S
Normal file
8
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