diff options
Diffstat (limited to 'listbas.rst')
-rw-r--r-- | listbas.rst | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/listbas.rst b/listbas.rst index 6a377b2..d15792b 100644 --- a/listbas.rst +++ b/listbas.rst @@ -170,7 +170,10 @@ OSS realized their mistake and fixed it in BASIC XL). OSS Integer BASIC also uses incompatible tokens. However, it uses a different signature (first byte of file is **$77**), so it will be -reliably autodetected. +reliably autodetected. The disk and cartridge versions of Integer +BASIC use different tokens; this is also autodetected pretty +reliably. If the code doesn't make sense, try **-bic** or **-bid** +to override the autodetection. If you see lots of "bad token XX" messages, or if the code just doesn't make any sense, you're using the wrong BASIC @@ -319,7 +322,7 @@ Comparison to chkbas - **listbas** does color syntax highlighting. -- **listbas** supports OSS BASIC/A+ in addition to Turbo and BXL/BXE. +- **listbas** supports OSS BASIC/A+ and Integer BASIC in addition to Turbo and BXL/BXE. - **listbas** indents BASIC/A+, Turbo, BXL, and BXE code, just like the actual BASICs do. @@ -387,12 +390,7 @@ options to **listbas**. HTML Output ----------- -I thought about adding an HTML output option, but there's no need: if you want -a colorful listing of an Atari BASIC program, install **aha**\(1) from -https://github.com/theZiz/aha (or your distro's package repo) and run -something like:: - - listbas PROGRAM.BAS | aha > program.html +See **abas2html**\(1). ENVIRONMENT =========== |