[ << ] | [ >> ] | [] | [] | [] | [ ? ] |
This chapter describes the Xfile output module which can be selected with the ‘-Fxfile’ option. Refer to the TOS output module for generating absolute Z-file executables.
This module is written in 2018,2020,2021,2024 by Frank Wille and is covered by the vasm copyright without modifications.
Use the given label <symbol>
as entry point of the program.
Omitting this option will define the execution address
to be the same as the code section’s base address.
Set the load mode in the header to high address (2)
.
This module outputs the Xfile executable file format, which is used on Sharp X68000 16/32-bit computer with 68000 up to 68040 CPU.
.rdata
or .stack
sections
require a linker.
Some known problems of this module at the moment:
This module has the following error messages:
[ << ] | [ >> ] | [] | [] | [] | [ ? ] |