view user/app.mmap @ 386:2a970e7270e2

Added repeat assembler macro
author Windel Bouwman
date Thu, 01 May 2014 17:40:59 +0200
parents 173e20a47fda
children
line wrap: on
line source


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

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