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.

11 lines
203B

  1. .equ FLASHEND 0x03ff ; Note: Word address
  2. .equ IOEND 0x003f
  3. .equ SRAM_START 0x0060
  4. .equ SRAM_SIZE 128
  5. .equ RAMEND 0x00df
  6. .equ XRAMEND 0x0000
  7. .equ E2END 0x007f
  8. .equ EEPROMEND 0x007f
  9. .equ EEADRBITS 7