Re: Assignment #1

Ed Casas (edc@ece.ubc.ca) Thu, 19 Oct 2000 15:37:54 -0700


Date: Thu, 19 Oct 2000 15:37:54 -0700
From: Ed Casas <edc@ece.ubc.ca>
Subject: Re: Assignment #1

> How do we print the ":" and what code should we write to > perform the function as "return" on the keyboard? For example, if you've defined a function `printc' that prints the character in AL: mov al,':' call printc will print a colon, and mov al,0DH call printc mov al,0AH call printc will "print" the carriage-return (0DH) and line-feed (0AH) characters to move the cursor to the left margin and down one line. -- Ed Casas edc@ece.ubc.ca http://casas.ece.ubc.ca +1 604 822-2592