trying to get the linker script to work

This commit is contained in:
2024-11-21 12:56:54 -05:00
parent cea8a54ebf
commit c9d125203d
5 changed files with 9 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ SCR = UART+7 ; Scratch Register (Not for control just spare RAM)
; SECTION code
org $8000
ORG $8000
RESET:
; UART Setup
@@ -45,7 +45,7 @@ RESET:
; ENDSECTION
; SECTION vectors
org $FFF0
ORG $FFF0
; Reset/Interrupt Vectors
fdb $0000 ; Reserved
fdb $0000 ; SWI3