From: willy meier <wklux@yahoo.co.uk>
To: michael young <mhyoung@valdosta.edu>, linux-assembly@mlists.in-berlin.de
Cc: linux-assembly@vger.kernel.org
Subject: Re: DOS assembly questions?
Date: Wed, 22 Oct 2003 07:07:48 +0100 [thread overview]
Message-ID: <3F961EB4.BE9DB472@yahoo.co.uk> (raw)
In-Reply-To: 3F957562.7060302@valdosta.edu
michael young wrote:
apparently, a common 'problem':
if ah:=9 and int 21 is supposed to send text,
the binary counter data can't appear visibly.
>
[...]
> START:
mov cx, 10 => mov cx,"9"
> call myloop
>
> myloop:
> mov dx, cx
> mov ah, 9
> int 21H
> dec cx
cmp cx,"0"
jnz myloop => jc myloop
> mov dx, donemsg
[...]
best,
hp
--
Linux,Assembly,Forth: http://www.lxhp.in-berlin.de/index-lx.shtml
>> xxxx -at- lxhp -dot- in-berlin -dot- de <<
next prev parent reply other threads:[~2003-10-22 6:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-20 23:46 DOS assembly questions? michael young
2003-10-21 6:05 ` Fekete Gabor
2003-10-21 18:05 ` michael young
2003-10-22 6:07 ` willy meier [this message]
2003-10-23 17:00 ` michael young
2003-10-24 17:12 ` willy meier
2003-10-28 22:19 ` michael young
2003-10-24 5:22 ` FernanBolando
2003-10-28 22:11 ` michael young
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3F961EB4.BE9DB472@yahoo.co.uk \
--to=wklux@yahoo.co.uk \
--cc=linux-assembly@mlists.in-berlin.de \
--cc=linux-assembly@vger.kernel.org \
--cc=mhyoung@valdosta.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.