mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-01 23:20:56 +11:00
10 lines
202 B
C
10 lines
202 B
C
|
.equ FLASHEND 0x07ff ; Note: Word address
|
||
|
.equ IOEND 0x003f
|
||
|
.equ SRAM_START 0x0060
|
||
|
.equ SRAM_SIZE 256
|
||
|
.equ RAMEND 0x015f
|
||
|
.equ XRAMEND 0x0000
|
||
|
.equ E2END 0x00ff
|
||
|
.equ EEPROMEND 0x00ff
|
||
|
.equ EEADRBITS 8
|