bitwise operations

This commit is contained in:
2026-07-19 00:36:31 +02:00
parent f9448363e4
commit c7e3162ecb
21 changed files with 219439 additions and 140077 deletions
+7
View File
@@ -117,6 +117,13 @@ Opcode :: enum u8 {
Mod_Checked,
Pointer_Add,
Not,
Bit_Not,
Bit_And,
Bit_Or,
Bit_Xor,
Shift_Left,
Shift_Right,
Shift_Left_Saturating,
Compare,
Label,
Br,