PLanET ABhisEK
May 2006 >
SuMoTuWeThFrSa
  1 2 3 4 5 6
7 8 910111213
14151617181920
21222324252627
28293031   

Wed, 24 May 2006 00:00:00 IST

Hello World

This is my first blog entry. Just want to say Hello World.

BITS 32

GLOBAL _start

_start:
   call getString
   db "Hello World",0x0a,0x00
   
getString:
   pop ecx

   mov ebx, 1
   mov edx, 12
   mov eax, 4
   int 0x80

   xor eax, eax
   xor ebx, ebx
   inc eax
   int 0x80

I never felt like blogging any thoughts/ideas/codes/evil plans to take over the world etc, but why blogging now? Well I think the inspiration for this blog is undoubtably t3min4t0r's blog . Apart from that, I really think I should keep aside other stuff and workout some of my ideas seriously now.

Bye Bye World for now.. I'll be back

posted at: 00:00 | path: / | permanent link to this entry

Made with PyBlosxom