How to print string and number in same line in Assembler 8086?

后端 未结 0 1803
被撕碎了的回忆
被撕碎了的回忆 2020-12-06 21:49

In my exercise I have to print string + number which is given in mov al, NUMBER. I have code like this:

DATA1 segment
txt1 db "Cyfra ",         


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