linux-assembly.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* looping_code
@ 2002-08-26  9:19 ssams
  2002-08-26 14:59 ` looping_code Maciej Hrebien
  2002-08-31  6:17 ` looping_code Scott Lanning
  0 siblings, 2 replies; 8+ messages in thread
From: ssams @ 2002-08-26  9:19 UTC (permalink / raw)
  To: linux-assembly

i really new in linux assembly. i want to know how i loop
some code..?
i feel it is different with tasm, i have try tasm way for
looping but
it was not run cleanly in gnu assembly. are there any body
want to help me....?
by this code:

.data
msg: .byte 65,10

.text
   .globl mulai
mulai:
    mov $10,%edx
 
ulang:
  mov $4,%eax
  mov $1,%ebx
  mov $msg,%ecx
  int $0x80
  loop ulang

  mov $1,%eax
  int $0x80
   
---------------------  Yang Mudah dan Menghibur ----------------------------

 

Hosting menjadi mudah dan murah hanya di PlasaCom. Klik http://idc.plasa.com

F1 Mania!! Ikuti F1 Game di Obelix Game Corner di http://www.plasa.com/infotel/f1.html

 

---------------------------------------------------------------------------------------


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

end of thread, other threads:[~2002-09-01  9:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-26  9:19 looping_code ssams
2002-08-26 14:59 ` looping_code Maciej Hrebien
2002-08-31  6:17 ` looping_code Scott Lanning
2002-08-31 15:05   ` looping_code Robert Plantz
2002-08-31 17:36     ` looping_code Scott Lanning
2002-08-31 15:51   ` looping_code Maciej Hrebien
2002-08-31 17:10     ` looping_code Robert Plantz
2002-09-01  9:21       ` looping_code Maciej Hrebien

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