Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 x86 程序集中创建一个函数,它可以采用任何给定的字符串(任意长度)并将其打印到 DOS 视频内存中以在屏幕上打印出来。我已经设法做这样的事情,但仅限于指定的长度(例如整个扩展寄存器)。有什么帮助吗?
您需要选择一个分隔符,然后打印到该分隔符(而不仅仅是使用计数)。如果您已经可以通过计数来完成,那么对您来说应该非常简单。