Update linker script to allow c source files

This commit is contained in:
Byron Lathi
2022-03-05 21:09:46 -06:00
parent 378b3c0cb1
commit 9c29aa4fdf
5 changed files with 48 additions and 16 deletions

13
sw/boot.S Normal file
View File

@@ -0,0 +1,13 @@
.import _main
.segment "VECTORS"
.addr _init
.addr _init
.addr _init
.code
_init: jsr _main
end: jmp end