diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-26 03:13:20 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-03-26 03:13:20 -0400 |
commit | b96776596e9763e7fb4be1abb0c3ca4717334fb1 (patch) | |
tree | d73ed294cda68f46b16df8352ef5193189acdcae /listbas.rst | |
parent | 6ecf69df08f7a4d45a9cf3a0dc11c539bec1167e (diff) | |
download | bw-atari8-tools-b96776596e9763e7fb4be1abb0c3ca4717334fb1.tar.gz |
listbas: update --help and man page; whichbas: update man page.
Diffstat (limited to 'listbas.rst')
-rw-r--r-- | listbas.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/listbas.rst b/listbas.rst index 3e33490..6a377b2 100644 --- a/listbas.rst +++ b/listbas.rst @@ -27,6 +27,8 @@ escape sequences for inverse video and color syntax highlighting. default, the BASIC dialect is autodetected by running **whichbas**\(1) as an external process. To override this, see the **-b** option, below. +Note: OSS Integer BASIC is *not* to be confused with Apple II Integer BASIC! + OPTIONS ======= @@ -43,8 +45,11 @@ BASIC options **-ba+** OSS BASIC/A+. - **-bi** - OSS Integer BASIC (*not* to be confused with Apple II Integer BASIC!). + **-bic** + OSS Integer BASIC, cartridge version. + + **-bid** + OSS Integer BASIC, disk version (uses different tokens from the cart). **-bt** Turbo BASIC XL. |