This commit is contained in:
2025-03-12 12:57:42 +05:00
parent b9fa669fd1
commit ee162a70ed
8 changed files with 89 additions and 15 deletions

View File

@@ -32,8 +32,8 @@ typedef enum __attribute__((__packed__)) Opcode {
Opcode_AND,
Opcode_JMP,
Opcode_JIF,
Opcode_JEL,
Opcode_JNZ,
Opcode_JZ,
} Opcode;
typedef struct Instruction {