Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

Assembly Language Tutorial #12 Hello World Explanation

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
6,538
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Feb 27, 2010

We have been working long with the hello world assembly program for long. After getting all the required knowledge we would be now able to understand how the asembly program(hello world) works. I guess this assembly langauge tutorial will give a good overview how assembly is applied.

Category:

Education

Tags:

License:

Standard YouTube License

  • likes, 0 dislikes

Link to this comment:

Share to:
see all

All Comments (10)

Sign In or Sign Up now to post a comment!
  • Nice tutorial bro...........:)

  • WELL DONE.

  • Great tutorials, I would like to ask about the difference between this style of exit code: push 1 push 0 call exit and : mov eax,1 mov ebx,0 int 0x80 And who can we deal with system call needs to pass more than four parameters? Linux is totally different to BSD, Win32 and that trally confuses me.
  • i subscribed and i should have done that long time ago

  • thanks!

  • 0x0A is one byte, not two. Length should be 12, not 13. The only reason this isn't malfunctioning is that the data immediately after your "string" variable is the number 13 decimal (your "length" variable), which is the CR character (0x0D).

  • thanks for the video. I think -the line feed character - 0x0A - is one byte on my machine. so when I put length: equ 12, it will work the same. not sure if this is machine dependent.

  • i enjoyed the videos so far but i just want to explain to anyone that the interrupt or int has to be declared with the eax system call otherwise the system call will not work it may have been said and i missed it, but what i want to know is how do i know that ebx, 1 that 1 is for standard output and if i used another number what do those numbers define if any?

  • thanks! You are a great teacher!

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more