linux-assembly.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* problem with printchar
@ 2002-04-24  7:18 ssams
  2002-04-24  7:26 ` Scott Lanning
  2002-04-24  7:27 ` Rudolf Marek
  0 siblings, 2 replies; 3+ messages in thread
From: ssams @ 2002-04-24  7:18 UTC (permalink / raw)
  To: linux-assembly

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..?

 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-04-24  7:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-24  7:18 problem with printchar ssams
2002-04-24  7:26 ` Scott Lanning
2002-04-24  7:27 ` Rudolf Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).