Skip to content

Commit 60f8f23

Browse files
authored
Added v0.1.1 opcodes
1 parent e70fd02 commit 60f8f23

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ fBASIC (Floor Basic) is a deliberately minimal—and delightfully annoying—b
88
- Simple drawing via `PX`
99
- Console logging via `PRINT`
1010
- 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`
1119
- Extensible opcode map (up to `0xFF`)
1220
- Two formats:
1321
- **Raw** `.fbin` files (opcodes + data markers)

0 commit comments

Comments
 (0)