mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-01 23:30:56 +11:00
10 lines
202 B
C
10 lines
202 B
C
|
.equ FLASHEND 0x0fff ; Note: Word address
|
||
|
.equ IOEND 0x003f
|
||
|
.equ SRAM_START 0x0060
|
||
|
.equ SRAM_SIZE 512
|
||
|
.equ RAMEND 0x025f
|
||
|
.equ XRAMEND 0x0000
|
||
|
.equ E2END 0x01ff
|
||
|
.equ EEPROMEND 0x01ff
|
||
|
.equ EEADRBITS 9
|