mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-02 18:53:22 +00:00
14 lines
301 B
Makefile
14 lines
301 B
Makefile
#source: loadaddr.s
|
|
#ld: -T loadaddr3.t -z max-page-size=0x200000
|
|
#objdump: -t
|
|
#target: *-*-linux* *-*-gnu*
|
|
|
|
#...
|
|
0+0000100 l d .text 0+0000000 .text
|
|
0+0000200 l d .data 0+0000000 .data
|
|
#...
|
|
0+0000110 g \*ABS\* 0+0000000 data_load
|
|
#...
|
|
0+0000200 g .data 0+0000000 data_start
|
|
#pass
|