mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
10 lines
141 B
Makefile
10 lines
141 B
Makefile
# source: default-script.s
|
|
# ld: -defsym _START=0x8000000 -dT default-script.t
|
|
# nm: -n
|
|
|
|
#...
|
|
0*8000000 . _START
|
|
#...
|
|
0*8000000 T text
|
|
#pass
|