mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +00:00
10 lines
126 B
Makefile
10 lines
126 B
Makefile
#source: default-script.s
|
|
#ld: -defsym _START=0x800 -dT default-script.t
|
|
#nm: -n
|
|
|
|
#...
|
|
0*800 . _START
|
|
#...
|
|
0*800 T text
|
|
#pass
|