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.
我正在寻找使用屏幕页面而不调用中断的低级方法,例如将字符直接发送到视频缓冲区而不会中断。取而代之的是下一个代码:
; Page 1 mov ax, 0501h int 10h