6 lines
189 B
ArmAsm
6 lines
189 B
ArmAsm
|
NUMSEG equ 0 ; TODO build system should calculate this value
|
||
|
|
||
|
; might be good to move one of these into the high memory area
|
||
|
K_ADDR equ 0x500 ; kernel load address
|
||
|
STACK_SEG equ 0x1050
|