X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=ROM2%2Fmemory.x;h=f1127cf468b79dcc46f3f0721ef5cc7e34b9b717;hb=a97d380ffd9b5cd4c4c3d027a7db29520bb9439d;hp=6b3abc6e48e38dfd122081cf6f83f4ee9bd6bd1a;hpb=db71d9706715bf39fa5c5696108019bacd8181fa;p=uccvend-snackrom.git diff --git a/ROM2/memory.x b/ROM2/memory.x index 6b3abc6..f1127cf 100644 --- a/ROM2/memory.x +++ b/ROM2/memory.x @@ -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). */