when I try to overflow the line size in text mode in assembly 8086 it overflows most of the text in the right place except for the last 3-chars

前端 未结 0 1431
迷失自我
迷失自我 2020-12-12 20:18

.Model small

.stack 64

.data

mesg db "What is your name? ",\'$\'

.code

Main PROC far

mov ax,@data

mov ds,ax

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