view examples/qemu_a9_hello/qemu.mmap @ 394:988f3fb861e4

c3 code generator rewrite
author Windel Bouwman
date Thu, 22 May 2014 08:14:12 +0200
parents 173e20a47fda
children
line wrap: on
line source


MEMORY flash LOCATION=0x60010000 SIZE=0x10000 {
 SECTION(code)
}

MEMORY ram LOCATION=0x60020000 SIZE=0x10000 {
 SECTION(data)
}