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

Assembly programming : Example # 1 again!

Loading...

Sign in or sign up now!
55,843
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Sep 14, 2007

Assembly programming is easy when you start by simple examples!

Category:

Howto & Style

Tags:

License:

Standard YouTube License

  • likes, 13 dislikes

Link to this comment:

Share to:

Uploader Comments (youhakim)

  • Ok sweet.. (not sweet) by copying the code I can make a program that says "Hello world" but after watching this video I didn't really learn anything. What is ".model"? Why it's neede? What does it do? What if there was no ".model"? And other things/parts should be explained in same way. And do I have to press tabulator in some places at the start of new line.

    You should explain what something is and what it does and why it's needed or not needed + how it's used and where/when it's used.

  • I did! and you have -to be fair- to watch all the examples before getting mad at me!

    In the later examples of the assembly tutorial series I explain what the model is, the different modeles used to program 8086 assembly programs, and what each one of them means, etc...

  • So I have to watch ALL the videos just to know what some thing in first video means? Well I think that's bad idea but ok. I think im gonna watch all then.

    And btw. I didn't get mad :P I just said what I think and what kind of video would be more clear and easier to understand.

  • Ok, I admit, you are right and I should've explained what I was writing.

Top Comments

  • I think your neighbours are beheading someone at 1:35

see all

All Comments (73)

Sign In or Sign Up now to post a comment!
  • Somebodies got utorrent.

  • I HAVE A MUCH SIMPLE CODE .model small .stack 100h .data msg db 'HELLO WORLD $' .code main proc mov ax,@data mov ds,ax lea dx,msg mov ah,09 int 21h mov ah,4ch int 21h main endp end main
  • will you decipher the ...::: OnyxCode :::...

  • How did you capture the screen and recorded the video, which program did you use?

  • i like you :D

    cool accent, what is it?

  • eh, what? i wanted to print hello world on the screen, not out the printer! also what compiler should i use on linux?

  • @psyphormer That makes absolutely no sense.

  • "I added a fictitious printer..." lol.

    I have a question. My cmd doesn't recognize the command "tasm." Why not?

  • drrrrrrriver!:)

  • I'm sorry, I cannot understand your accent.

View all Comments »
Loading...
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