A different way of storing the ROM image.
[uccvend-snackrom.git] / ROM2 / memory.x
index 6b3abc6..f1127cf 100644 (file)
@@ -1,10 +1,9 @@
 MEMORY
-{
-  /* we squeeze both page0 and data into the internal 256 bytes of RAM */
+{ /* we squeeze both page0 and data into the internal 256 bytes of RAM */
   page0 (rwx) : ORIGIN = 0x0000, LENGTH = 0x0080
   data  (rw)  : ORIGIN = 0x0080, LENGTH = 0x0080
   text  (rx)  : ORIGIN = 0x8000, LENGTH = 0x8000
-  eeprom(rwx) : ORIGIN = 0x4000, LENGTH = 0x0200
+  eeprom(rwx) : ORIGIN = 0xb600, LENGTH = 0x0020
 }
 
 /* Setup the stack on the top of the data internal ram (not used).  */

UCC git Repository :: git.ucc.asn.au