1-2: Complete MOV_RM_TF_R decoding

This commit is contained in:
Hane 2026-01-25 00:11:43 +01:00
commit eb2c1cb0f9
7 changed files with 293 additions and 0 deletions

13
1-1/output.asm Normal file
View file

@ -0,0 +1,13 @@
bits 16
mov cx, bx
mov ch, ah
mov dx, bx
mov si, bx
mov bx, di
mov al, cl
mov ch, ch
mov bx, ax
mov bx, si
mov sp, di
mov bp, ax