标签: assembly dos x86-16
我尝试将用户输入作为字符串,然后输出用户输入的字符串,但我成功获取用户输入,但输出不起作用。所以这是我的代码
lea dx, userIn mov ah, 0ah int 21h lea dx, userIn mov ah, 9h int 21h