mask smth

This commit is contained in:
andromeda
2026-04-04 09:50:40 +02:00
parent a8bf6749b8
commit df8e04ce63

View File

@@ -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