How can I write directly to the screen?

后端 未结 7 712
渐次进展
渐次进展 2021-02-03 23:44

I\'m a teenager who has become very interested in assembly language. I\'m trying to write a small operating system in Intel x86 assembler, and I was wondering how to write direc

7条回答
  •  鱼传尺愫
    2021-02-04 00:18

    This is not so simple. While BIOS provides INT 10h to write text to the screen, graphics differs from one adapter to the next. For example, you can find information for VGA http://www.wagemakers.be/english/doc/vga here. Some ancient SVGA adapters http://www.intel-assembler.it/portale/5/assembly-game-programming-encyclopedia/assembly-game-programming-encyclopedia.asp here.

提交回复
热议问题