1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-02-06 08:04:41 +00:00
Files
mist-devel.mist-board/tools/vasm/doc/output_tos.texi
2014-01-31 12:21:39 +00:00

57 lines
1.6 KiB
Plaintext

This chapter describes the TOS output module which can be
selected with the @option{-Ftos} option.
@section Legal
This module is copyright in 2009-2010 by Frank Wille.
This archive may be redistributed without modifications and used
for non-commercial purposes.
Distributing modified versions and commercial usage needs my written
consent.
Certain modules may fall under additional copyrights.
@section Additional options for this version
@table @option
@item -tos-flags=<flags>
Sets the flags field in the TOS file header. Defaults to 0.
Overwrites a TOS flags definition in the assembler source.
@end table
@section General
This module outputs the TOS executable file format, which is used
on Atari 16/32-bit computers with 68000 up to 68060 CPU.
@section Restrictions
@itemize @minus
@item All symbols must be defined, otherwise the generation of the executable
fails. Unknown symbols are listed by vasm.
@item The only relocations allowed in this format are 32-bit absolute.
@end itemize
Those are restrictions of the output format, not of vasm.
@section Known Problems
Some known problems of this module at the moment:
@itemize @minus
@item None.
@end itemize
@section Error Messages
This module has the following error messages:
@itemize @minus
@item 3004: section attributes <attr> not suppported
@item 3005: reloc type %d, size %d, mask 0x%lx (symbol %s + 0x%lx) not supported
@item 3006: reloc type %d not supported
@item 3007: undefined symbol <%s>
@item 3008: output module doesn't allow multiple sections of the same type
@end itemize