Interrupt Enable

Life is a series of rude awakenings

Saturday, November 29, 2008

Hello World!

.data
hello:
.ascii "Hello World!\n"
len = . - hello
.text
.global _start
_start:
movl $4, %eax
movl $1, %ebx
movl $hello, %ecx
movl $len, %edx
int $0x80

movl $1, %eax
movl $0, %ebx
int $0x80
Posted by Daniel Băluță at 6:37 AM
Labels: asm, hello, system call

No comments:

Post a Comment

Newer Post Home
Subscribe to: Post Comments (Atom)

About Me

My photo
Daniel Băluță
romanian blood,oltenian heart.
View my complete profile

Blog roll

  • Linux Journal - The Original Magazine of the Linux Community
    Rising from the Ashes: How AlmaLinux and Rocky Linux Redefined the Post-CentOS Landscape
    2 days ago
  • Ubuntu Geek
    Clusterssh – Administer multiple ssh or rsh shells simultaneously
    4 years ago
  • Joel on Software
    Welcome, Prashanth!
    5 years ago
  • Linux Magazine
    Scripting, Part Two: Looping for Fun and Profit
    14 years ago
  • Rusty's Bleeding Edge Page
    Finally, Rusty's Blog Moves to WordPress
    15 years ago

Daniel Baluta's shared items

Blog Archive

  • ►  2011 (1)
    • ►  June (1)
  • ►  2009 (6)
    • ►  May (1)
    • ►  March (3)
    • ►  February (2)
  • ▼  2008 (5)
    • ►  December (3)
    • ▼  November (2)
      • isTwoPower
      • Hello World!
Simple theme. Theme images by gaffera. Powered by Blogger.