Andes Workshop
http://forum.andestech.com/

sag sample
http://forum.andestech.com/viewtopic.php?f=16&t=857
Page 1 of 1

Author:  cindy [ Fri Jun 13, 2014 7:15 pm ]
Post subject:  sag sample

Code:
LOAD_ROM_1 0x0000
{
   EXEC_ROM_1 0x0000
   {
      ./src/program1.o SORT (+RO)    
   }
   DRAM 0x10000 0x8000 {
      ./src/program1.o (+RW, +ZI)
   }
}
LOAD_ROM_2 +0x1000
{
   EXEC_ROM_2 +0x1000
   {
      *(.text)
      *(+RO)
   }
      SRAM 0x18000 0x8000
      {
      * (+RW, +ZI)
      }
}



Attachments:
sag_sample.zip [140.29 KiB]
Downloaded 807 times

Page 1 of 1 All times are UTC + 8 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/