diff options
Diffstat (limited to 'listamsb.1')
-rw-r--r-- | listamsb.1 | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 "LISTAMSB" 1 "2025-03-03" "0.2.1" "Urchlay's Atari 8-bit Tools" +.TH "LISTAMSB" 1 "2025-03-04" "0.2.1" "Urchlay's Atari 8-bit Tools" .SH NAME listamsb \- List the source of a tokenized Atari Microsoft BASIC program .SH SYNOPSIS @@ -195,10 +195,12 @@ This happens when ATASCII codes 0 to 31 (\fI$1f\fP) appear in the program. AMSB can create files like this, but at runtime, it\(aqs a syntax error. More likely, it means this is an Atari BASIC file. .IP \(bu 2 -actual program size doesn\(aqt match program size in header +program size doesn\(aqt match size in header .sp -Might mean this isn\(aqt an AMSB file. If you\(aqre sure it is, part of the file -might have been overwritten with \fI$00\fP bytes. +Might mean this isn\(aqt an AMSB file. If you\(aqre sure it is, it might +be truncated, or part of the file might have been overwritten +with \fI$00\fP bytes. It could also mean the length in the header has +somehow gotten corrupted. .IP \(bu 2 trailing garbage at end of file .sp |