16 bit Assembly
Home Feedback Site Map Instruction Index
The default TTY Teletype font and operation displays light grey characters on the display on a black background.
You must set AX, BX and CX before calling INT 0x10.
You can ignore the PUSH and POP stack commands if you do not mind your registers changing.
The \\0 in the data string represents a NULL (zero) end of string. The data string will need to be modified for use with your own compiler.
The \\0 in the data string represents a NULL (zero) end of string. The data string will need to be modified for use with your own compiler.