xo65 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. #------------------------------------------------------------------------------
  2. # $File: xo65,v 1.5 2022/07/17 15:36:20 christos Exp $
  3. # https://cc65.github.io/doc/sim65.html
  4. # xo65 object files
  5. # From: "Ullrich von Bassewitz" <uz@cc65.org>
  6. #
  7. 0 string \x55\x7A\x6E\x61 xo65 object,
  8. >4 leshort x version %d,
  9. >6 leshort&0x0001 =0x0001 with debug info
  10. >6 leshort&0x0001 =0x0000 no debug info
  11. # xo65 library files
  12. 0 string \x6E\x61\x55\x7A xo65 library,
  13. >4 leshort x version %d
  14. # o65 object files
  15. 0 string \x01\x00\x6F\x36\x35 o65
  16. >6 leshort&0x1000 =0x0000 executable,
  17. >6 leshort&0x1000 =0x1000 object,
  18. >5 byte x version %d,
  19. >6 leshort&0x8000 =0x8000 65816,
  20. >6 leshort&0x8000 =0x0000 6502,
  21. >6 leshort&0x2000 =0x2000 32 bit,
  22. >6 leshort&0x2000 =0x0000 16 bit,
  23. >6 leshort&0x4000 =0x4000 page reloc,
  24. >6 leshort&0x4000 =0x0000 byte reloc,
  25. >6 leshort&0x0003 =0x0000 alignment 1
  26. >6 leshort&0x0003 =0x0001 alignment 2
  27. >6 leshort&0x0003 =0x0002 alignment 4
  28. >6 leshort&0x0003 =0x0003 alignment 256
  29. # sim65 executable files
  30. 0 string \x73\x69\x6d\x36\x35 sim65 executable,
  31. >5 byte x version %d,
  32. >6 leshort&0x0000 =0x0000 6502
  33. >6 leshort&0x0001 =0x0001 65C02