Skip to content

Commit 7d47dbf

Browse files
committed
emojies
1 parent 43e1cf4 commit 7d47dbf

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Expanded from original by [David Plummer](https://github.com/davepl/pdpsrc/tree/
1616

1717
Line-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

2525
On 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

4747
Run 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

8282
The 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

172175
You can either use the provided `Makefile` (recommended) or compile manually.

0 commit comments

Comments
 (0)