Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Help with assembly  (Read 3280 times)

0 Members and 1 Guest are viewing this topic.

helper

    Topic Starter


    Intermediate
  • Thanked: 1
    Help with assembly
    « 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?