This commit is contained in:
andromeda
2026-04-02 12:39:38 +02:00
parent 16f26fd552
commit 793677a2da

View File

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