Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
202B

  1. .equ FLASHEND 0x0fff ; Note: Word address
  2. .equ IOEND 0x003f
  3. .equ SRAM_START 0x0060
  4. .equ SRAM_SIZE 512
  5. .equ RAMEND 0x025f
  6. .equ XRAMEND 0x0000
  7. .equ E2END 0x01ff
  8. .equ EEPROMEND 0x01ff
  9. .equ EEADRBITS 9