diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-25 01:07:46 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-03-25 01:07:46 -0400 |
commit | 819d1957595c01c00e292f31185ccb65859b3a01 (patch) | |
tree | 3b5cb210982b42640d48a143f19ae582c72e396f /listbas.1 | |
parent | a731cf1a636332b4b479e6a100f5a722249d852d (diff) | |
download | bw-atari8-tools-819d1957595c01c00e292f31185ccb65859b3a01.tar.gz |
listbas: document OSS Integer BASIC in man page.
Diffstat (limited to 'listbas.1')
-rw-r--r-- | listbas.1 | 9 |
1 files changed, 8 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 "2025-03-11" "0.2.2" "Urchlay's Atari 8-bit Tools" +.TH "LISTBAS" 1 "2025-03-25" "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 @@ -60,6 +60,9 @@ Atari BASIC. .B \fB\-ba+\fP OSS BASIC/A+. .TP +.B \fB\-bi\fP +OSS Integer BASIC. +.TP .B \fB\-bt\fP Turbo BASIC XL. .TP @@ -187,6 +190,10 @@ and tried to \fBLOAD\fP an Atari BASIC program. I can\(aqt help but think this is a major reason BASIC/A+ didn\(aqt sell that well (fortunately, OSS realized their mistake and fixed it in BASIC XL). .sp +OSS Integer BASIC also uses incompatible tokens. However, it uses a +different signature (first byte of file is \fB$77\fP), so it will be +reliably autodetected. +.sp If you see lots of "bad token XX" messages, or if the code just doesn\(aqt make any sense, you\(aqre using the wrong BASIC option. \fBwhichbas\fP(1) can usually detect the BASIC a program was |