mirror of
https://github.com/autc04/Retro68.git
synced 2026-03-15 16:16:51 +00:00
12 lines
256 B
Makefile
12 lines
256 B
Makefile
#source: default-script.s
|
|
#ld: --default-script default-script.t -defsym _START=0x800
|
|
#nm: -n
|
|
#xfail: {[is_pecoff_format x86_64-*]}
|
|
# Skipped on Mingw64 and Cygwin because the image base defaults to 0x100000000
|
|
|
|
#...
|
|
0*800 . _START
|
|
#...
|
|
0*800 T text
|
|
#pass
|