Assembly programming : Example # 1 again!
Loading...
55,843
Uploader Comments (youhakim)
Top Comments
-
I think your neighbours are beheading someone at 1:35
see all
All Comments (73)
-
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.
Loading...
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.
700007123 3 years ago
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...
youhakim 3 years ago
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.
700007123 3 years ago 5
Ok, I admit, you are right and I should've explained what I was writing.
youhakim 3 years ago