6b3abc6e48e38dfd122081cf6f83f4ee9bd6bd1a
[uccvend-snackrom.git] / ROM2 / memory.x
1 MEMORY
2 {
3   /* we squeeze both page0 and data into the internal 256 bytes of RAM */
4   page0 (rwx) : ORIGIN = 0x0000, LENGTH = 0x0080
5   data  (rw)  : ORIGIN = 0x0080, LENGTH = 0x0080
6   text  (rx)  : ORIGIN = 0x8000, LENGTH = 0x8000
7   eeprom(rwx) : ORIGIN = 0x4000, LENGTH = 0x0200
8 }
9
10 /* Setup the stack on the top of the data internal ram (not used).  */
11 PROVIDE (_stack = 0x007f);

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