After "constant variables" and supposedly a C code in 05:22, I kinda expected it.
@oussaber Жыл бұрын
Best crash course of assembly, in-depth and easy to follow explanation, very much appreciated!
@SlowedOutOfExistence3 жыл бұрын
This tutorial is great, only a real programmer brain can understand this video is gold I have a student project in which I should code some functions using NASM I have now the basics to experiment myself Thank you a lot
@noctarin15162 жыл бұрын
This tutorial is amazing, goes over everything, really explains much better than a lot of others do! Thank you for this!
@soumelee56614 ай бұрын
00:10 Basics of x86 NASM Assembly 02:41 Keeping track of data conversions and representations is crucial in NASM Assembly 08:15 Understanding x86 NASM Assembly basics 10:46 General purpose registers in x86 NASM Assembly 15:29 Explaining data manipulation and bitwise operations in x86 NASM Assembly 17:48 NASM assembly instructions for arithmetic operations and testing 22:39 Flags in x86 NASM Assembly 25:07 Explaining conditional jumps and their variations in x86 NASM Assembly 29:44 Understanding the return and compare operations in NASM Assembly 31:49 Compare and conditional jump sequencing 36:30 Shift, rotate, and masking operations are important in x86 NASM Assembly. 39:12 Using a mask to extract specific data from a register. 43:47 Interrupt handling and kernel calls in x86 Assembly 45:49 Exiting a program and return values in x86 NASM Assembly 50:39 Defining and initializing data sections in x86 NASM Assembly 53:13 Introduction to x86 NASM Assembly basics 58:26 Using different variables in assembly programming is recommended. 1:00:41 Explaining If Statements and For Loops in Assembly and C 1:05:29 Converting numbers to ASCII for readability 1:07:57 Incrementing loop variables in x86 NASM Assembly 1:12:52 Functions in C use registers for inputs or stack for modern functions 1:15:13 Exploring NASM assembly for variable declaration and function call 1:20:10 Working with the stack in x86 NASM Assembly 1:22:05 Saving and managing values using stack in x86 NASM Assembly 1:26:42 Explaining how to access a pointer in NASM Assembly 1:29:05 KZbin channel for additional resources Crafted by Merlin AI.
@kraftwerk9743 жыл бұрын
Having coded a lot on the 6502/6510 in the 80's I've been able to follow this excellent intro, but you should have explained how ML actually works in the cpu for people with no knowledge. For instance give examples with real RAM addresses instead of labelling, use a monitor step by step, etc. Enjoyed it thank you 🤙
@EduardQualls Жыл бұрын
For a "crash course," this doesn't really "crash," but crawls. One thing: if you're going to use C as your higher-level example language, spend some time familiarizing yourself with it, instead of writing lines that will make those who have experience in C yell at their monitor. It scares the dogs. (Such as @55:33, when you slipped into JavaScript in your "if" statement.)
@acing_algorithmic_interviews Жыл бұрын
Thank you very much for posting such a useful video! All the moments were explained with pretty much details! And I liked your soft and pleasant voice :)
@mrDustin0Channel2 жыл бұрын
at 1:01:20 in line 173: i think the correct statement would be "mov edx, ecx", not "add edx, ecx", because in c is no add, only assign
@proggenius202410 ай бұрын
I found an oversight at 1:01:23 on line 173 (add edx, ecx). I guess it should be mov edx, ecx as it matches with c = b.
@7073shea11 ай бұрын
thank you umbc, great vid
@RomekRJM3 жыл бұрын
Good intro to NASM, time to write a new boot sector game.
@muhamedkveshkshaano3 жыл бұрын
Your C uninitialized variable example is just exceptional man
@stanjockson3 жыл бұрын
Thanks, this is a great overview
@logicalkarma33142 жыл бұрын
Java/C# dev identified. In c you write arrays as type name[] not type[] name
@bonbonpony Жыл бұрын
If he codes in Java/C# the same way he codes in assembly, I'm worried…
@TheDa67816 ай бұрын
@@bonbonpony is there a better nasm crash course ?
@Poker-s_S.V.2 жыл бұрын
great lessons. continue.
@KellyMurphy3 жыл бұрын
Should actually compile your code examples to make sure they work or your causing lots of confusion for the people who are starting from scratch. IE in your loop example you need a memory address to store x in and mov your value to so you can pass the address that the syswrite function is looking for.
@bonbonpony Жыл бұрын
"A blind leads the blind" should be the title of this video.
@judparn58853 жыл бұрын
I like the pace of the speaker but the fonts are very small. I even tried using a high resolution LED TV.
@guliyevshahriyar Жыл бұрын
Very informative tutorial, thank you very much!
@vishnuparvatikar79652 жыл бұрын
43:07 very important part explaining registers i.e, eax , ebx , ecx , edx ....
@nikosnikolakis69913 жыл бұрын
nice intro t assembly language , though the programs i tried myself dont actually work
@mohammedhajomar44007 ай бұрын
thanks a lot man, appreciate the video
@macho46972 жыл бұрын
Amazing!
@aminekadi52925 күн бұрын
I am a beginner ,the 8086 microprocessor we have studied have 16 bits and i don't understand is he in another version of 8086 or we didn't studied the general purpose of registers . So am confused should i continue with him or i should look on an other source 🤔
@miyukinozomi2 жыл бұрын
Thank you so much!!!
@TowardstheAqsa3 жыл бұрын
dude thank you soo much for this
@Ronvict2 жыл бұрын
Thanks :) why we converted EDI to ASCII (add EDI, '0') and returned it back to decimal num (sub EDI, '0')?
@kimjw0012 жыл бұрын
Do you have a tutorial demonstrating the process of setting up NASM on a windows machine?
@marcosadriano58612 жыл бұрын
1:01:30 I think you forgot jump outside if and elseif statements.
@remigramatica24294 ай бұрын
was actually freaking out searchin for somebody saying this
@atharvakadlag19373 жыл бұрын
i need help printing some integer like 3478 with assembly. basically how to convert integer to ascii
@bob-ny6kn3 жыл бұрын
Found this... maybe you have a similar system... cssimplified.com/computer-organisation-and-assembly-language-programming/an-assembly-program-in-which-a-procedure-converts-hexadecimal-value-to-print-its-decimal-form-on-screen
@atharvakadlag19373 жыл бұрын
@@bob-ny6kn Thanks. I'll try 😁
@elbozo57232 жыл бұрын
5:40 ... stick to assembly
@gotonethatcansee Жыл бұрын
have ye tried nasm for dosbox?
@coderlyfe10233 жыл бұрын
where can i take more courses like this. where can i take the next training.
@ayoubab21203 жыл бұрын
kzbin.info/www/bejne/sHbYp4GPmpyKfZI
@bonbonpony Жыл бұрын
In grammar school, judging by the level presented in it.
@bonbonpony Жыл бұрын
04:00 "Constant variables" - what an oxymoron… 05:22 DAFUQ is that? :o That's not C. That's not even wrong -_- 06:10 ………I don't even know how to comment this……… But that's the end of this video for me.
@RetroEcoChicken Жыл бұрын
6:10 why the fuck is there a jumpscare here?
@bob-ny6kn3 жыл бұрын
Painful to follow. I quit at 15 minutes. You can't freeverse. "Umm" means nothing. Stop it. Practice a planned outline and stick to it.
@BitwiseMobile3 жыл бұрын
We'll wait on your video bob. Let us know when you publish it. Since you know how to make these videos so well I anticipate something well done and organized.
@bob-ny6kn3 жыл бұрын
@@BitwiseMobile I teach live people, live. No editing. No complaints. Plenty of "I never knew that could be done. Thank you." Constructive criticism is good.
@bob-ny6kn3 жыл бұрын
@@BitwiseMobile p.s. No video recordings exist, only subject papers written and freely (and often) copied.
@cheetah_53143 жыл бұрын
@@bob-ny6kn teach us assembly bob
@bob-ny6kn3 жыл бұрын
@@cheetah_5314 okay. Here, in the comments section, I will teach (NOT give) how to coda machina... Step (1) Read a book. Step (2) Read more books. Step (3) Keep reading books until your teacher asks you to explain how you machine-coded your planetarium program, and then give a demonstration to the class (because he can't) - at the age of 15. Step (4) Read more books and write a back-end to a User Interface that quadruples your efficiency (speed plus accuracy) over dozens of "expert" colleagues (at age 19 years). Step (5) Read more books until you solve a decade-old design flaw that catapults your product line to the highest in sales domestically and internationally (and gets you a hand shake from the original designer), then teach a scientist for a space agency how to code, over the phone, three hours a day for three months, then code for an aerospace engineer who needed a help to get past writers block (to eventually launch). Step (6) allow yourself to constructively criticize someone on KZbin who is trying, but could do much better (and will) with a couple pointers. Step (7) have no sympathy for snarky trolls of the inturdnet. Now, write your Hello, World! in vi and stfu. To think that I was forced to take a typing class to graduate high school, when I already coded over 60 wpm, and now reduced to thumbing soliloquies to trolls brings a tear to my good eye.