Assembly 50 divided by 2 returns 28

前端 未结 0 1836
你的背包
你的背包 2021-01-03 06:44

I\'m still learning asm. im trying to find out why ax reg turns to 28 and not 25. I\'m using emu8086.

mov dx,0h    ; dx = 0
mov ax,0050h ; ax = 50
mov bx,2            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题