Add print statement

This commit is contained in:
2025-08-03 22:33:44 +02:00
parent e108ee858b
commit 71968d2b59
8 changed files with 82 additions and 25 deletions
+1
View File
@@ -34,6 +34,7 @@ enum {
OPCODE_INSERT1 = 0x18,
OPCODE_INSERT2 = 0x19,
OPCODE_SELECT = 0x20,
OPCODE_PRINT = 0x24,
};
typedef struct {