1
0
mirror of https://github.com/pfusik/xasm.git synced 2024-09-24 07:56:30 +00:00
xasm/xhead.txt

17 lines
551 B
Plaintext
Raw Normal View History

1998-11-22 20:15:00 +00:00
X-Head 1.1 by Fox/Taquart
1998-08-13 22:23:06 +00:00
Some (un)important notes
1998-11-22 20:15:00 +00:00
=========================
The only change from version 1.0: Now .OBX is default extension.
---
1998-08-13 22:23:06 +00:00
This tool prints headers of Atari executable.
It also shows program init and run addresses.
Other things displayed:
xxx bytes - length of file, including headers
xxx blocks - number of headers
xxx inits - number of init blocks (02e2-02e3)
xxx modules - number of FFFF headers (one at the beginning is required)
You can redirect output to a file, for example:
XHEAD TEST.COM >TEST.HDR
1998-11-22 20:15:00 +00:00
===