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.
Nice tutorial bro...........:)
MrIqbal678 1 month ago in playlist Uploaded videos
WELL DONE.
oofir900194 2 months ago
mowadaBirout 1 year ago
i subscribed and i should have done that long time ago
lol9392 1 year ago
thanks!
TheFanofFPS 1 year ago
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).
rlee0001 1 year ago
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.
genomedata 1 year ago
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?
truesivad 1 year ago
thanks! You are a great teacher!
jaapaurelio 2 years ago