You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
243 B

# source: default-script.s
# ld: -defsym _START=0x800 -T default-script.t
# nm: -n
# skip: *-*-mingw64 x86_64-*-cygwin
# Skipped on Mingw64 and Cygwin because the image base defaults to 0x100000000
#...
0*800 . _START
#...
0*800 T text
#pass