forked from amberisvibin/chibi-pc09
chore: added SRAM_BASE to hardware.inc.
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
;;
|
;;
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
|
SRAM_BASE EQU $0000 ; SRAM Base Address
|
||||||
UART_BASE EQU $7F00 ; UART Base Address
|
UART_BASE EQU $7F00 ; UART Base Address
|
||||||
ROM_BASE EQU $8000 ; ROM Base Address and Entry Point
|
ROM_BASE EQU $8000 ; ROM Base Address and Entry Point
|
||||||
VECS_BASE EQU $FFF0 ; Vectors Base Address
|
VECS_BASE EQU $FFF0 ; Vectors Base Address
|
||||||
|
Reference in New Issue
Block a user