X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=ROM2%2Fmemory.x;h=b4431baa8c947bdc0457e1226ce41707a34e56f7;hb=5266fabbd6d0e04a49e31b945b3f3c96fbd12db6;hp=267c073493d8c0121a38043d93878653b5352504;hpb=c99662693a4d79f65d406473647debbd33ec521e;p=uccvend-snackrom.git diff --git a/ROM2/memory.x b/ROM2/memory.x index 267c073..b4431ba 100644 --- a/ROM2/memory.x +++ b/ROM2/memory.x @@ -11,9 +11,9 @@ Foundation; either version 2, or (at your option) any later version. MEMORY { - page0 (rwx) : ORIGIN = 0x0000, LENGTH = 0x00ff /* 256 bytes internal RAM */ +/* page0 (rwx) : ORIGIN = 0x0000, LENGTH = 0x00ff * 256 bytes internal RAM */ + data (rw) : ORIGIN = 0x0000, LENGTH = 0x00ff text (rx) : ORIGIN = 0x8000, LENGTH = 0x7fff - data (rw) : ORIGIN = 0x0800, LENGTH = 0x07ff /* 2k external SRAM FIXME - dont want to use this */ } /* Setup the stack on the top of the data internal ram (not used). */