Название | : | Assembly Language in 100 Seconds |
Продолжительность | : | 2.44 |
Дата публикации | : | |
Просмотров | : | 1,1 jt |
|
writing assembly programs is actually fun It becomes hell when the program is more complicated though Comment from : bluesteel |
|
…br…is it just me or assembly sounds a hell of a lot like CNC g-code? Comment from : Zed - Sin Archbishop of [Defiance] |
|
I hate this shit Comment from : lord craig dragneel |
|
Pretty decent I guess, on the other hand I don't think it tells viewers anything they didn't already know about AssemblybrbrAssembly has been called a language, but the difference to what everyone calls a language is that (in its simplest form) it's just a 1:1 translation of already rather cryptic abbreviations into hex opcodes (not binary), which on simple CPUs can be memorized about as easily WebAssembly on the other hand is another language, and referencing it here will confuse viewers more than help them, I think Comment from : ScoopexUs |
|
stem Comment from : Karvák Ferenc |
|
The background music is repetitive and annoying Comment from : Reizende camera |
|
I started my software journey in middle school reverse engineering, so I studied x86 assembly, PE architecture, stack smashing, etc It was SO interesting to me, I would print out Iczelion tutorials and bring them to class to study It brings back so many happy memories ❤ Comment from : Kevin Eaton |
|
Just about every chip manufacturer has its own instruction setsbrThese are very different from one another For example, asm code for an Atmel will not work on a PICbrI think that is the major difficulty of asm and also the reason why many people don't start learning it Comment from : Joana Tadeusz |
|
Que maravilloso documental Thank a lot!!! Comment from : Fernando Poblete byFepo |
|
Crazy to think rct and rct2 what written like this Comment from : cmon200 |
|
Yup, way over my head Comment from : Jordan Beagle |
|
Assembly is a language of cpu mnemonics commandsevery mnemonic is one of cpu operation add,sub,mul,je label,etc Comment from : Johny Mnemonic |
|
20 million? Wait until the iphone 15 comes out Comment from : Subtitles behaving badly |
|
Haha 😄 very good! back in the days, my friend 🙂 Comment from : Polkadot |
|
I thought that Assembly is much more complicated :D Comment from : Jiří Novák |
|
we need more asm Comment from : JamesCraft |
|
Literally how are these videos this good? Absolutely fantastic! The graphics were great, the pacing was on point, and the narration is just down-right awesome Comment from : Pebaz |
|
I think Assembly language is difficult to learn It's for aliens Comment from : vinod kc |
|
My only big assembler project was 1982 in 6502 for apple ][ The apple BASIC was not suitable, so I restarted the whole in assembler Comment from : Roland Mösl |
|
As an eighth grader taking “high-school level” algebra with a TI-84 Plus CE, I very much appreciate the use of assembly language DEFINITELY not for the games for calculators people make in assembly Definitely not Totally not Comment from : DurpMustard |
|
although only at 8085 level, i can assembly code Comment from : Shoodler |
|
So It is the fastest "Hi mom!" in the world? Comment from : Евгений Красилов |
|
0:06 Actually that's what hexadecimal is for Hex is far easier to count than binary What assembly is for is to remember the instructions' names instead of their number That's literally it Without assembly programmers would likely remember instructions in hex rather than binary anyways In fact if you deassemble a program you not only see the assembly instructions generated by the compiler but it shows you those instructions in hex instead of binary Comment from : Liqqa Roni |
|
And I thought pointers were difficult… Comment from : Thetiredhuman |
|
Never thought bro will make Assembly in 100 seconds 😂 Comment from : Levi Ackerman |
|
Holy crap now I see why programmers avoid this language unless they have to use it Comment from : William Maurice |
|
Do it with UASM as part 2 🥶 Comment from : VeSoft FOSS |
|
This was just random gibberish related to assembly If this is the best the internet has to offer, IT professionals should admit that they really dont know how to speak Comment from : Freimut Spitzkopf |
|
im trying to make an OS lol Comment from : VoidByte |
|
Wait what? Comment from : XpktaH |
|
Did this video trigger PTSD for anyone? Comment from : Lightning _11 |
|
i wouldn't say 'human readable' if i were you Comment from : localhost:6969 |
|
I love your channel ❤😊 Comment from : Martin Koníček |
|
Why would anyone want to subject themselves to this level of torture? Comment from : Coding Neko |
|
I like assembly Comment from : etrestre |
|
Crazy how it took a minute to print hello world to the console Comment from : JaxSyntax |
|
It just became clear to me why c is the way it is Comment from : Gandalf Grey |
|
I found out Kathleen Booth died after this video was released 🤯 Comment from : Felix Fourcolor |
|
Wow, even you have succumb to the woke mind virusbrIt's was Andrew who came up with assembly, his wife just helped him work on it and people were excited that a woman did anything that they over credited her Comment from : Figure Itout |
|
Can you make an assembly tutorial? Comment from : The Nocturnal Coder |
|
theme name? Comment from : Guilherme Henriques |
|
crazy how he explains it in 163 seconds Comment from : Vidit Jain |
|
Bro what the fuck Comment from : Aayush Acharya |
|
When is the punch cards in 100 seconds video coming? Comment from : Cloude |
|
this language can be easily exploited to crash computers Comment from : tennesean man |
|
How can you make an Assembly video and not talk about Roller Coaster Tycoon?! Comment from : Alex Oldfield |
|
not as fun Comment from : Lou Williams |
|
Next machine language in 1 sec br0 1 Comment from : Og anime |
|
taught myself 6502 assembly when i was 17 now assembly looks like a high level language Comment from : Matt Last |
|
Pretty ironic for someone like me who has issues with Python that he (mostly) understands assembly and had no issue coding with it and understanding what is happening Comment from : Roman Zimmer |
|
what Comment from : Pilly |
|
The assembly logo should be someone leaning against a wall in despair Comment from : brokenportals |
|
the moment i realised the vids arent exactly 100 secsbr:( Comment from : Forthamos |
|
i can't believe the rollercoaster tycoon dev was insane enough to use this Comment from : vizthex |
|
It's so funny how he calls it an app lmao Comment from : paranoidPhantom |
|
Its kinda cool that assembly has a section for your data and a section for your logic Comment from : LiveErrors |
|
Anybody who could follow all this junk at that speed, doesn't need to learn it They've been around a good while Comment from : axiomist |
|
Can you do 100 seconds of VHDL? Comment from : Keve Gönczi |
|
Roller coaster Tycoon 💀 Comment from : Lord Wildbeast |
|
A small but important caveat: in most use cases, assembly still sits above the OS / kernel So you won't work with actual physical memory ("bare metal") but with virtual memory; an abstraction provided by the OS An exception might be when you are programming in kernel space Comment from : Reginald Nestlethorpe |
|
"ahh no, you shouldn't write in assembly, ahh you can't do that" stfu gatekeepers, let me learn the ways of ASM!!! Comment from : A Scary Pronoun |
|
What the hell was that! Comment from : Fardad Danaee Fard |
|
SlowTheFuckDown Comment from : Chris Swift |
|
This is the most condensed one yet! Glosses over TONS! Comment from : spxyx |
|
Roller coaster tycoon was written in assembly Comment from : Supahfly uk |
|
Assembly mips was quite funny and look very different Comment from : Eduardo López |
|
yeah I think i'll stick with C Comment from : Mawi |
|
i feellike this gave me the knowledge to blue screen my pc EZ Comment from : Ace York |
|
I didn't understand a single thing🤣 Comment from : Kushagra Sharma |
|
Make a MIPS version! Comment from : Rakibul Apurbo |
|
learning my cs degree in 100s lol Comment from : PARTHSINGH Rajput |
|
see, real feminism Comment from : The Habsburg |
|
Fun fact: Roller Coaster Tycoon 1 and 2 was made with assembly Comment from : lvutodeath |
|
PLEASE do an Assembly for haters video! Taking a class on it right now it's so weird to get used to Comment from : Connor Savugot |
|
It's wild to think Chris Sawyer managed to write the entirety of RollerCoaster Tycoon 1 and 2 all by himself in this language Comment from : Windows XP |
|
You are speaking at 125x speed First time I’ve had to play a video at 75x speed 😂 Comment from : Delta Sleepy |
|
I have a macbook air m1 But I have a course in uni based on x86 assembly Can anyone help me how I can achieve x86 on my mac? Comment from : Mohammed Bin Ali Maqqavi |
|
Fuck assembly Comment from : Mit Dasondi |
|
man your background music is so disturbing! Comment from : Project Java |
|
can you do about smali? Comment from : Stvk |
|
Chris Sawyer The legend Comment from : Malicious Affection |
|
That's not 100 seconds😑 Comment from : Poison Ivy |
|
we need a 6502 in 100 seconds Comment from : punnner |
|
wtf guy 144 secs Comment from : NeWulla |
|
suicide in 100 seconds Comment from : MRX [Mr linuX] |
|
The real difficulty basically comes from the tedium Calling functions is annoying as you have to manually extract the parameters passed in lol Comment from : Chris Toaster |
|
all that code for writing hi mom ? how did this one guy program a game with that alone haha Comment from : Shiro743 |
|
Forth in 100 seconds :) Comment from : ErikG |
![]() |
Program to Add Sub Mul Div Two Numbers Assembly Language | sub add mul div in assembly language- 14 РѕС‚ : Safdar Dogar Download Full Episodes | The Most Watched videos of all time |
![]() |
Learn Any Assembly Language Fast with THIS TECHNIQUE | Comparing Source Code to ARM Assembly Output РѕС‚ : Low Level Learning Download Full Episodes | The Most Watched videos of all time |
![]() |
for loop in C programming language | Malayalam C programming Language РѕС‚ : SJTutorialsLive Download Full Episodes | The Most Watched videos of all time |
![]() |
6 To add, sub, mul, div of two integers numbers in assembly Language - MIPS РѕС‚ : amjad alam Download Full Episodes | The Most Watched videos of all time |
![]() |
8086emu Software || Assembly Language || Arithmetic Instructions || ADD , SUB , DIV , MUL || PART 2 РѕС‚ : Enjinea Download Full Episodes | The Most Watched videos of all time |
![]() |
Lecture 9 : Program to add two numbers in Assembly language Programming tutorial in urdu hindi РѕС‚ : Programology Download Full Episodes | The Most Watched videos of all time |
![]() |
Assembly Language Programming with ARM – Full Tutorial for Beginners РѕС‚ : freeCodeCamp.org Download Full Episodes | The Most Watched videos of all time |
![]() |
Bitcoin Script Language | Assembly WTF! РѕС‚ : Python 360 Download Full Episodes | The Most Watched videos of all time |
![]() |
You Can Learn MIPS Assembly in 15 Minutes | Getting Started Programming Assembly in 2021 РѕС‚ : Low Level Learning Download Full Episodes | The Most Watched videos of all time |
![]() |
Assembly Programming Assembly Function Stack Frame Explained РѕС‚ : SolidusCode Download Full Episodes | The Most Watched videos of all time |