chore: added SRAM_BASE to hardware.inc.

This commit is contained in:
2024-11-28 23:16:45 -06:00
parent 10491c65e7
commit 0b0fd1f83e

View File

@@ -8,6 +8,7 @@
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
SRAM_BASE EQU $0000 ; SRAM Base Address
UART_BASE EQU $7F00 ; UART Base Address
ROM_BASE EQU $8000 ; ROM Base Address and Entry Point
VECS_BASE EQU $FFF0 ; Vectors Base Address