X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=ROM2%2Fmemory.x;h=6b3abc6e48e38dfd122081cf6f83f4ee9bd6bd1a;hb=77e73f29dba77e76df09c5b93f61a446e1fd8714;hp=e983e0c383fb7baac95bf55324a1e5a7cd6cf7c8;hpb=080c85d87da93ba2472b0c90d17527838d668db2;p=uccvend-snackrom.git diff --git a/ROM2/memory.x b/ROM2/memory.x index e983e0c..6b3abc6 100644 --- a/ROM2/memory.x +++ b/ROM2/memory.x @@ -4,6 +4,7 @@ MEMORY page0 (rwx) : ORIGIN = 0x0000, LENGTH = 0x0080 data (rw) : ORIGIN = 0x0080, LENGTH = 0x0080 text (rx) : ORIGIN = 0x8000, LENGTH = 0x8000 + eeprom(rwx) : ORIGIN = 0x4000, LENGTH = 0x0200 } /* Setup the stack on the top of the data internal ram (not used). */