File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ Expanded from original by [David Plummer](https://github.com/davepl/pdpsrc/tree/
1616
1717Line-numbered BASIC interpreter inspired by CBM BASIC v2 as found on classic Commodore machines.
1818
19- ## DOWNLOADS
19+ ## 💾 DOWNLOADS
2020
2121[ The latest binaries for Win/Mac/Linux are in *** Releases*** ] ( https://github.com/omiq/cbm-basic/releases/ )
2222
23- ### macOS Gatekeeper note
23+ ### macOS Gatekeeper note 🔐
2424
2525On recent macOS versions, downloading a binary from the internet may show a warning such as:
2626
@@ -46,7 +46,7 @@ xattr -d com.apple.quarantine /path/to/basic
4646
4747Run this once after unpacking, and macOS will stop treating the binary as “from the internet”.
4848
49- ## Features
49+ ## 💡 Features
5050
5151- ** Line-numbered programs** loaded from a text file (` 10 ... ` , ` 20 ... ` , etc.).
5252- ** Core statements**
@@ -77,7 +77,7 @@ Run this once after unpacking, and macOS will stop treating the binary as “fro
7777
7878
7979
80- ## Usage
80+ ## 🎛️ Usage
8181
8282The interpreter runs a BASIC source file that contains ** line‑numbered** statements:
8383
@@ -167,6 +167,9 @@ Usage: basic [-petscii] [-palette ansi|c64] <program.bas>
167167
168168` This README describes the current feature set of the interpreter as implemented in ` basic.c` and is subject to change without notice `
169169
170+ ---
171+
172+
170173## Building from Source
171174
172175You can either use the provided ` Makefile ` (recommended) or compile manually.
You can’t perform that action at this time.
0 commit comments