We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e70fd02 commit 60f8f23Copy full SHA for 60f8f23
README.md
@@ -8,6 +8,14 @@ fBASIC (Floor Basic) is a deliberately minimal—and delightfully annoying—b
8
- Simple drawing via `PX`
9
- Console logging via `PRINT`
10
- Absolute jumps via `GOTO`
11
+- Text-based console inpit via `INPUT`
12
+- Currently-stored value appending via `APPEND_VALUE`
13
+- Clearing the currently-stored value via `CLEAR_VALUE`
14
+- Adding to currently-stored value as number via `ADD`
15
+- Subtracting from currently-stored value as number via `SUB`
16
+- New-line character writing via `NL`
17
+- Console-clearing via `CLS`
18
+- Sleeping/waiting as milliseconds via `WAIT`
19
- Extensible opcode map (up to `0xFF`)
20
- Two formats:
21
- **Raw** `.fbin` files (opcodes + data markers)
0 commit comments