From df8e04ce63423d5ead4732a0887f449baf496d21 Mon Sep 17 00:00:00 2001 From: andromeda Date: Sat, 4 Apr 2026 09:50:40 +0200 Subject: [PATCH] mask smth --- twasm/asm/main.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/twasm/asm/main.asm b/twasm/asm/main.asm index 239e0d5..c371189 100644 --- a/twasm/asm/main.asm +++ b/twasm/asm/main.asm @@ -1302,6 +1302,7 @@ get_opcode: .found: shl eax, 4 mov dl, [esi + 8 + opcodes.by_id + eax] + and edx, 0xFF mov al, [esi + 2 + opcodes.by_id + eax] and eax, 0xFF ret