X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=ROM2%2Fmemory.x;h=267c073493d8c0121a38043d93878653b5352504;hb=11baa477da66fe8b2899dd50bd71d11615ff050e;hp=3546f0ae867096977149d3bbbbe756e3a0ceacd4;hpb=b972d45cf49cd4530fc8fd412a17b4e78d80a292;p=uccvend-snackrom.git diff --git a/ROM2/memory.x b/ROM2/memory.x index 3546f0a..267c073 100644 --- a/ROM2/memory.x +++ b/ROM2/memory.x @@ -13,7 +13,7 @@ MEMORY { page0 (rwx) : ORIGIN = 0x0000, LENGTH = 0x00ff /* 256 bytes internal RAM */ text (rx) : ORIGIN = 0x8000, LENGTH = 0x7fff - data (rw) : ORIGIN = 0x0800, LENGTH = 0x07ff /* 2k external SRAM */ + 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). */