deleted SASM

This commit is contained in:
SpookyDervish
2025-12-22 13:21:09 +11:00
parent b7814401c8
commit d9536b52c6
11 changed files with 2 additions and 359 deletions

View File

@@ -9,7 +9,8 @@
But uhh that's the name of the VM itself, the name of the programming language I made is Sylt, named after the German island.
To compile the VM for Linux: `gcc src/main.c src/vmbl.c src/exception.c src/file_utils.c -o vmbl -O3`
To compile SASM for Linux: `gcc src/asm/sasm.c src/asm/instructions.c src/file_utils.c src/asm/assembler.c -o sasm -O3`
SASM and Sylt are written in Python for now as I'm too mentally challenged to write C code rn.
## Syntax
### Example "Hello, World!" Program