Word of god

This commit is contained in:
Chris
2026-02-06 10:46:30 +01:00
parent afc85e8964
commit 6c4a8bd724
9 changed files with 33 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
#define VM_MAGIC "BREWEXE"
#define VM_STACK_SIZE 256
#define VM_MEMORY_SIZE (64 * 1024) // 64KB RAM
#define VM_MEMORY_SIZE (64 * 1024) // 64KB
typedef enum {
OP_HALT = 0,