diff options
Diffstat (limited to 'listbas.1')
-rw-r--r-- | listbas.1 | 11 |
1 files changed, 8 insertions, 3 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 "2025-03-25" "0.2.2" "Urchlay's Atari 8-bit Tools" +.TH "LISTBAS" 1 "2025-03-26" "0.2.2" "Urchlay's Atari 8-bit Tools" .SH NAME listbas \- List the source of a tokenized Atari 8-bit BASIC program .SH SYNOPSIS @@ -45,6 +45,8 @@ escape sequences for inverse video and color syntax highlighting. \fBlistbas\fP supports several BASIC dialects used on the Atari. By default, the BASIC dialect is autodetected by running \fBwhichbas\fP(1) as an external process. To override this, see the \fB\-b\fP option, below. +.sp +Note: OSS Integer BASIC is \fInot\fP to be confused with Apple II Integer BASIC! .SH OPTIONS .SS BASIC options .INDENT 0.0 @@ -60,8 +62,11 @@ Atari BASIC. .B \fB\-ba+\fP OSS BASIC/A+. .TP -.B \fB\-bi\fP -OSS Integer BASIC (\fInot\fP to be confused with Apple II Integer BASIC!). +.B \fB\-bic\fP +OSS Integer BASIC, cartridge version. +.TP +.B \fB\-bid\fP +OSS Integer BASIC, disk version (uses different tokens from the cart). .TP .B \fB\-bt\fP Turbo BASIC XL. |