Problem printing integer numbers to the screen with emu8086

前端 未结 0 1779
暖寄归人
暖寄归人 2020-12-12 20:16

I think this question is duplication.

So I learned to make a simple program like this:

org 100h

mov ah, 02h
mov bx, 5
mov cx, 1
add bx, cx   ; bx + cx         


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