mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
17 lines
596 B
Text
17 lines
596 B
Text
|
chkxex (print info about Atari 8-bit executable files)
|
||
|
|
||
|
chkxex reads an Atari 8-bit segmented executable ("xex" file) and
|
||
|
prints the start address, end address, and length of each segment. Any
|
||
|
run or init addresses are also displayed. Output is in hexadecimal.
|
||
|
|
||
|
Input files can be standard Atari DOS 2.0S compatible executables, or
|
||
|
DOS-specific formats for SpartaDOS X and XBIOS.
|
||
|
|
||
|
The code has been patched slightly: in case of error, it will exit
|
||
|
with nonzero status.
|
||
|
|
||
|
See the man page for more information.
|
||
|
|
||
|
See also: the 'binload' command, from atari_8bit_utils, and 'ataricom'
|
||
|
from atarisio.
|