Computer Hope

Software => Computer programming => Topic started by: helper on May 10, 2007, 01:31:14 PM

Title: Help with assembly
Post by: helper on May 10, 2007, 01:31:14 PM
I'm making an os, and, to speed up the proces of printing chars, can i do this for an example : "mov al,'C'" instead of: "mov al,0x43" also, how can i change the background color?