bitwise operations
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user