Num dw 001h, 3880h
mov dx, num
mov ax, num+2
mov bx,8
idiv bx
after converting to 32 bit... is this correct?
Large dw 001h, 3880h <----- i am not sure if this line is correct... any help?
mov edx, num
mov eax, num+2
mov ebx,8
idiv ebx
according to a example my professor did, this should be the answer correct me if i am wrong or if i am not presenting the answer correctly
14CD:59 ----> answer is 24 0D
14CD:3C ----> answer is 63 64
correct? or do i have to put "H" next to them?
@ moth yes i know how to count in Hex i just need directs on how to use that skill here
so let me get this
14CD:59 ----> answer is 63
14CD:3C ----> answer is 64
is that correct? i thought since its 14CD:59 i go to 14CD:50's line and go to the 9th number, am i wrong?
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.