2 sections .code.1 and .code.2 fit in .raml
3 section .code.3 fits in .ramu but not its farcall stub to jump to code4
4 section .code.4 fits in .ramz
5 expect an error about .code.3
9 RAML (rwx) : ORIGIN = 0x1FFF0000, LENGTH = 0x0001c
10 RAMU (rwx) : ORIGIN = 0x20000000, LENGTH = 0x00008
11 RAMZ (rwx) : ORIGIN = 0x30040000, LENGTH = 0x00400
23 .ramu : AT ( ADDR (.raml) + SIZEOF (.raml) )
29 .ramz : AT ( ADDR (.ramu) + SIZEOF (.ramu) )