X-HEAD version 1.1

by Fox/Taquart


INTRODUCTION

This tool prints headers of Atari executable. You can examine which memory locations file loads into. X-HEAD also shows init and run addresses.

CHANGES

Version 1.1

Version 1.0


USAGE

Simply run X-HEAD with executable filename. No options are supported yet.

X-HEAD will read the file and display its headers in following format:

 bbbb-eeee xxxx
where bbbb is the begin, eeee - the end of the block, and xxxx is the execution address (init or run vector).

The summary includes:
xxxx bytes - length of file, including headers
xxxx blocks - number of headers
xxxx inits - number of init blocks (02e2-02e3)
xxxx modules - number of FFFF headers (one at the beginning is required)

All displayed numbers are hexadecimal, of course.

You can redirect output to a file, for example:

XHEAD TEST >TEST.HDR