From 8fdeb2dfc85b7b3be7a952ca71e3e742c2588ef7 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 27 Apr 2024 02:43:50 -0400 Subject: f2toxex: remove, rethought this and decided xexcat will do this job. --- f2toxex.rst | 66 ------------------------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 f2toxex.rst (limited to 'f2toxex.rst') diff --git a/f2toxex.rst b/f2toxex.rst deleted file mode 100644 index 85d29a1..0000000 --- a/f2toxex.rst +++ /dev/null @@ -1,66 +0,0 @@ -.. RST source for f2toxex(1) man page. Convert with: -.. rst2man.py f2toxex.rst > f2toxex.1 - -======= -f2toxex -======= - -------------------------------------------------------------- -Convert a DASM "-f2" object file to an Atari 8-bit executable -------------------------------------------------------------- - -.. include:: manhdr.rst - -SYNOPSIS -======== - -f2toxex [ [**-h** | **-v** ] | *infile* [*outfile*] ] - -DESCRIPTION -=========== - -**f2toxex** converts an object code file created by the **dasm**\(1) -assembler, using its **-f2** option, to an Atari 8-bit executable -(.xex file). - -*infile* may be **-** to read from standard input. *outfile* may be -**-** to write to standard output. - -If *outfile* is omitted, the output will be written to: - -- If reading from standard input, write to standard output. - -- If reading from a file whose name ends with an extension, replace - the extension with *.xex*. - -- Otherwise, append *.xex* to the input filename. - -NOTES -===== - -The DASM -f2 output format is described in section **3.3.4** of the -DASM manual (**dasm.pdf**). It's reproduced here for reference: - - RAS (Random Access Segment). The output file contains one - or more hunks. Each hunk consists of a 2 byte origin (little- - endian), 2 byte length (little-endian), and that number of data - bytes. The hunks occur in the same order as initialized segments - in the assembly. There are no restrictions to segment ordering - (i.e. reverse indexed ORG statements are allowed). The next hunk - begins after the previous hunk's data, until the end of the file. - -OPTIONS -======= - --h - Print a short help message and exit. - --v - Verbose operation. - -EXIT STATUS -=========== - -Exit status is zero for success, non-zero for failure. - -.. include:: manftr.rst -- cgit v1.2.3