mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +00:00
13 lines
260 B
Makefile
13 lines
260 B
Makefile
#...
|
|
Linker script and memory map
|
|
#...
|
|
*0x0*000020 *def1 = .*
|
|
*0x0*000020 *def2 = def1
|
|
*0x0*010001 *\. = 0x10001
|
|
*0x0*010001 *foo = \.
|
|
*0x0*010201 *\. = \(\. \+ 0x200\)
|
|
*0x0*010201 *bar = \.
|
|
*0x0*010204 *\. = ALIGN \(0x4\)
|
|
*0x0*010204 *frob = \.
|
|
#pass
|