summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-02 12:39:38 +0200
committerandromeda <andromeda@lenovo>2026-04-02 12:39:38 +0200
commit793677a2da388716dc743bc35d7fd1c771e70192 (patch)
tree2cf8395e35af717ab1f1b872134caa0a53c1268e
parent16f26fd5526f503c784356e22cf574799fafa4f8 (diff)
tweak
-rw-r--r--twasm/asm/main.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/twasm/asm/main.asm b/twasm/asm/main.asm
index 9af9ac4..0784bdb 100644
--- a/twasm/asm/main.asm
+++ b/twasm/asm/main.asm
@@ -677,14 +677,13 @@ assemble:
shr dl, 4
and dl, 1
cmp dl, 1
- je .operator_2_register_register_continue_no_ModRM
+ je .loop_next_token ; no ModRM flag
; si = reg; src tte
; di = r/m; dst tte
mov edx, 11b ; dl = mod bits
call get_ModRM
; al = Mod R/M byte
call .write_byte
- .operator_2_register_register_continue_no_ModRM:
jmp .loop_next_token
.operator_2_register_const:
push rsi