Date: Thu, 6 Feb 1997 18:05:54 +0200 (IST) From: Eli Zaretskii To: Liam cc: djgpp AT delorie DOT com Subject: Re: printing numbers with NASM In-Reply-To: <199702061539.PAA01484@mx2.rmplc.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 6 Feb 1997, Liam wrote: > It kinda works, it prints the ascii character of my dos version, a bell(7). > How would you get it to print the number? Add '0' (ASCII 48, I think) to it before printing.