冬
冬月
Unregistered / Unconfirmed
GUEST, unregistred user!
var I_ax,I_bx:word;begin asm mov ax,62627
mov ah,31H
mov al,23H
add ax,ax
mov I_ax,ax
mov bx,826cH
mov I_bx,bx
end
Edit1.Text:=String(IntToHex(I_ax,4))
Edit2.Text:=String(IntToHex(I_bx,4));end;
mov ah,31H
mov al,23H
add ax,ax
mov I_ax,ax
mov bx,826cH
mov I_bx,bx
end
Edit1.Text:=String(IntToHex(I_ax,4))
Edit2.Text:=String(IntToHex(I_bx,4));end;