diff options
-rw-r--r-- | listbas.1 | 9 | ||||
-rw-r--r-- | listbas.rst | 6 |
2 files changed, 14 insertions, 1 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 "LISTBAS" 1 "2024-07-16" "0.2.1" "Urchlay's Atari 8-bit Tools" +.TH "LISTBAS" 1 "2024-07-17" "0.2.1" "Urchlay's Atari 8-bit Tools" .SH NAME listbas \- List the source of a tokenized Atari 8-bit BASIC program .SH SYNOPSIS @@ -237,6 +237,13 @@ Black and white are not used by default because presumably, one or the other is the background color of the terminal. .SH NOTES .sp +So far, \fBlistbas\fP doesn\(aqt support the indentation that BASIC A+/XL/XE +do by default. It acts like \fBSET 12,0\fP has been executed... though +BASIC A+ doesn\(aqt actually \fIhave\fP this option, and the indentation can\(aqt +be turned off in A+ at all. +.sp +\-\- +.sp \fBlistbas\fP will refuse to operate on a LIST\-protected program with scrambled variable names. For code\-protected programs, it will stop at the line with the invalid offset. Use \fBunprotbas\fP(1) to remove the diff --git a/listbas.rst b/listbas.rst index 57ba0f8..7895b1b 100644 --- a/listbas.rst +++ b/listbas.rst @@ -203,6 +203,12 @@ other is the background color of the terminal. NOTES ===== +So far, **listbas** doesn't support the indentation that BASIC A+/XL/XE +do by default. It acts like **SET 12,0** has been executed... though +BASIC A+ doesn't actually *have* this option, and the indentation can't +be turned off in A+ at all. + +-- **listbas** will refuse to operate on a LIST-protected program with scrambled variable names. For code-protected programs, it will stop at |