From: "ssams" <ssams@telkom.net>
To: linux-assembly@vger.kernel.org.
Subject: problem with printchar
Date: Wed, 24 Apr 2002 14:18:57 +0700 [thread overview]
Message-ID: <web-5620564@m1.plasa.com> (raw)
i have this code
.globl mulai
mulai:
movl $4,%eax
movl $1,%ebx
movl $'a',%ecx
movl $1,%edx
int $0x80
xorl %eax,%eax
movl $1,%eax
xorl %ebx,%ebx
int $0x80
then i compile with
as program1.s -o program1.o
ld program1.o -o program1
by this code i want print one char but there is no output.
can anybody help me why..?
next reply other threads:[~2002-04-24 7:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-24 7:18 ssams [this message]
2002-04-24 7:26 ` problem with printchar Scott Lanning
2002-04-24 7:27 ` Rudolf Marek
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=web-5620564@m1.plasa.com \
--to=ssams@telkom.net \
--cc=linux-assembly@vger.kernel.org. \
/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.