From 2a6cb77a162b33fdc4f9334a23deb6fe0dd6132c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 1 Jul 2024 17:07:31 -0400 Subject: a8xd: implement -f. --- a8xd.1 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'a8xd.1') diff --git a/a8xd.1 b/a8xd.1 index 69d3534..3b67077 100644 --- a/a8xd.1 +++ b/a8xd.1 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "A8XD" 1 "2024-06-30" "0.2.1" "Urchlay's Atari 8-bit Tools" +.TH "A8XD" 1 "2024-07-01" "0.2.1" "Urchlay's Atari 8-bit Tools" .SH NAME a8xd \- Atari 8-bit ATASCII-aware hex dump .SH SYNOPSIS @@ -67,16 +67,16 @@ Without \fIinfile\fP, or if \fIinfile\fP is \fB\-\fP, \fBa8xd\fP reads from stan .TP .B \-a ANTIC mode: treat the input as screen bytes (aka "internal codes") -rather than ATASCII. Can usefully be combined with \fB\-g\fP\&. +rather than ATASCII. Can usefully be combined with \fB\-g\fP or \fB\-f\fP\&. +.TP +.B \-f +Like \fB\-g\fP, but using the top half of the character set. This is +what you\(aqd see on the Atari with \fIGRAPHICS 1:POKE 756,226\fP\&. .TP .B \-g -Graphics mode. Changes the character codes and colorization so it +Graphics mode. Changes the printed characters and colorization so it looks like \fIGRAPHICS 1\fP (or 2) on the Atari. .TP -.B \-G -\fINot yet implemeted\fP\&. Like \fB\-g\fP, but using the top half of the character set. This is -what you\(aqd see on the Atari with \fIGRAPHICS 1:POKE 756,226\fP\&. -.TP .B \-i Print XL/XE International Character Set conversions instead of ATASCII. .UNINDENT -- cgit v1.2.3