Love the assembly videos, please keep them coming! Thank you!!
@strawberry_blush812 ай бұрын
Any day with a video from Kay is a good day 💜
@john.dough.2 ай бұрын
I love eli's work! It's great seeing it recognized :]
@iskrabesamrtnaАй бұрын
I'm super excited I've found your channel. Fascinating content, thank you for sharing the knowledge!
@phyphor2 ай бұрын
I never thought I'd click with Assembly and yet here I am following through. Thanks for putting these out!
@wingfamilyfiveАй бұрын
Fantastic, thanks for a great video. Super clear presentation and explanations!
@mytechnotalent2 ай бұрын
Love this! Assember is the WAY!
@jakobsternberg1807Ай бұрын
You're doing so great, thanks for doing this. ❤
@godofbiscuitssf2 ай бұрын
Kay, once again a beautiful and interesting video! Just for future reference, "SIMD" is typically verbalized as the two-syllable "SIM-DEE" :)
@EnlightenedSavage2 ай бұрын
Or she can say it like she wants
@scottweaver24782 ай бұрын
Just for future reference no one wants an unsolicited teacher. If you just can’t help yourself go start your own youtube channel so you can say “well actually” to your own audience.
@declanmoore2 ай бұрын
@@EnlightenedSavageof course anyone can say any word however they want, but anyone who uses SIMD with any degree of regularity tend to say it a certain way :)
@coding34382 ай бұрын
@@declanmooretake it easy bro. These people are trolls
@dalton54462 ай бұрын
@@coding3438The problem is they're not just trolls. They're trying to be some kind of white knight, for literally all the wrong reasons. Their comments interrupt otherwise civil discussion. It would be great if there were a way to hide comments that don't otherwise contribute to the discussion around the video. Y'know, like the one I'm writing now.
@ivanmaglica264Ай бұрын
Pushing registers that you are going to use internally to stack at the beginning of function is necessary if you are going to use the function as a library. Pushing registers and then popping them back makes sure registers are at the left untouched when you return from your function, thus not corrupting the flow of the original program.
@ioscaleb11 сағат бұрын
That’s true, but in a previous video Kay explained that the ARM convention is that a function only has to preserve certain registers, i.e. X19-X28. The others are temporary registers; it’s up to the caller to save any that are needed before making a function call. I’m not sure which part of the video you’re referring to, but maybe this will help. Consider also that the “functions” here are really just subroutines meant for use only in this program, not library functions.
@konrTF2 ай бұрын
What a fuckin awesome channel this is.
@JonasBuckner2 ай бұрын
9:29 That line count is correct because in posix, a line is a character string that ends in a newline character. That is just one line then some extra characters on the end.
@mylosovich24Ай бұрын
Kay you're so awesome!
@darjrАй бұрын
Congrats on lifting! Love lifting!
@didotb012 ай бұрын
the quick greek lesson for alusis sent me to another rabbit hole 😂😂
@TheGabrielMoon2 ай бұрын
I'm loving your videos
@boyardeanes2 ай бұрын
thanks! good stuff
@rathinaveluthiruvenkatam610Ай бұрын
Great! Thanks
@jakeaustria54452 ай бұрын
Thank You
@jamesarthurkimbell2 ай бұрын
Kay Lack? More like Kay, uh, Surplus. Of good content.
@nunoalexandre64082 ай бұрын
Love it!!!!!!!!!!
@trampoline602 ай бұрын
Loving the content
@manfredbogner97992 ай бұрын
sehr gut
@DumbledoreMcCracken2 ай бұрын
As Niklaus Wirth stated, programs are literature for humans, and not machines. However, Assembly is a departure from that ideal...
@anta402 ай бұрын
A few decades ago it was the the norm to write any application in assembly due to hardware & compiler limitation, fortunately we are past that point. That said, there some cases where assembly understanding is still necessary, e.g reverse engineering.
@LambdaJack2 ай бұрын
Ah, the book of Eli. Ample silicon, the mark of nobility.
@LukasSmith8272 ай бұрын
the software community is healing
@mohamedabdul6332 ай бұрын
Love it. Which software do you use for the presentation
@neoeno42422 ай бұрын
Thanks! For the diagrams this time I gave tldraw.com a try - with a fair bit of editing laid over the top. Tldraw is really nice. The rest is VS Code + OBS with a lot of me fiddling around putting emojis in using Premiere Pro :)
@rds925232 ай бұрын
One small suggestion, pump up the font some are watching at 360p (code & terminal)
@neoeno4242Ай бұрын
Thanks for the feedback - always a bit of a battle between font size and screen real estate so useful to know when the balance isn't quite right 👍
@pixelfingers2 ай бұрын
Slightly odd question if you mind me asking - but what’s that nice handwritten-looking font on the diagrams?
@neoeno42422 ай бұрын
I believe it's Shantell Sans (shantellsans.com) - the friendly default font on tldraw
@pixelfingers2 ай бұрын
Thank you very much 😊👍
@rx8082 ай бұрын
great video
@unfoldingdawn2 ай бұрын
Kay, is there a resource that would help me understand the relationships of how and why assembly is useful to comprehend?
@neoeno42422 ай бұрын
Interesting question! If you've not watched my "Introducing 0DE5" and "Just enough assembly to blow your mind" videos yet I think I touch on it a bit there. I'm not aware of any good resources talking about why it's useful to learn but I'll give a brief on why I'm covering it / why it's useful to me. So I'm covering it due to the spirit of my project - odes in appreciation of computing. Basically I think it's interesting and that other people might find it interesting! Not everyone will I imagine but to me learning the language that ~all of the programs on my computer boil down to is pretty fascinating. As to why I think it's useful - I started learning assembly as a teenager and it has been very helpful in helping me build a coherent, generally correct mental model of how all computer programs work - because ~all computer programs boil down to how to just this language works. So a bit like (I imagine) if you learn physics you won't necessarily understand both civil engineering and spaceflight right away, but you'll know you have the raw tools in your brain necessary to understand those things - your intuition will generally be good. I think assembly has, for me, been a bit like 'physics' for the computer. I don't necessarily understand how the Rust borrow checker works or Scheme continuations but I do know that they all come down to one language in the end and knowing roughly how that language works helps me guess at how those ideas might work a lot faster. This answer is also reminding me of a little essay called The Gears of My Childhood which is a bit of a tangent but similar idea: www.herostrat.us/posts/the-gears-of-my-childhood/ Anyway, thanks for the question! Made me think. Hope the answer wasn't too long :)
@Sacred-Lotus2 ай бұрын
@@neoeno4242Very good reasoning. I am glad that not everyone imagine every computing Ops with combinational logic of Bi-stable gates & circuitry 😆, otherwise things can become really COMP-licated. 👍🏻 Good work on your educational video btw.
@jenpsakiscousin4589Ай бұрын
If you get bored try to find “Zen of Graphics Programming by Michael Abrash” creating sprites,shapes and graphics in msdos with assembly and VGA hardware is pure magic. Does it translate into todays hardware or coding regiments, no probably not but the windows API takes the fun out of programming. And it is a PITA
@channelgogrvk2 ай бұрын
if you look at generated assembly from GCC and CLang a lot of generated labels start with .L. when a label is prefixed with .L it signals to the assembler that it should not emit a symbol for the label, and it remains hidden--it cannot be used as an external reference in any other TU. it's very handy when you don't want to clutter the symbol space with symbols that nothing else will need to know about!
@channelgogrvk2 ай бұрын
note that this applies only to ELF targets!
@neoeno42422 ай бұрын
Ahh interesting - great comment. Seems like 'privacy' is a concept baked even more deeply into programming than I initially expected...
@channelgogrvk2 ай бұрын
even the low-level programmer wants encapsulation :)
@serhatarslan41382 ай бұрын
@@channelgogrvk Is the .L prefix used for the same purpose as global variables defined with the static keyword?
@darjrАй бұрын
I’ve heard it called ‘sim’ ‘dee’
@vikingthedude2 ай бұрын
i cant believe this shit is free
@0xhhhhff2 ай бұрын
hello 👋
@neoeno42422 ай бұрын
Hi! 👋
@Gersberms2 ай бұрын
State machines are not used and explained enough!
@chainingsolid2 ай бұрын
Agreed this is the first time I've seen a state machine explained as a thing that can be in one of many states and we just do something upon changing states.
@nil0bject2 ай бұрын
now do it in machine code
@neoeno42422 ай бұрын
Coming soon :)
@fixedbyte2 ай бұрын
1st comment :)
@eni4ever2 ай бұрын
1st reply to a comment! :))
@jumbledfox20982 ай бұрын
2nd reply to a comment!!! :)))
@bigmistqke2 ай бұрын
🥇
@hamzanasir15902 ай бұрын
3rd comment ❤
@MarianoBustos-i1f2 ай бұрын
My brain hurts. Is it normal?
@strawberry_blush812 ай бұрын
If it hurts it means it's growing - that's good
@thein3rovert-l9c2 ай бұрын
@@strawberry_blush81is this true.. I feel this anytime I’m learning anything complex.. like a migraine
@Sacred-Lotus2 ай бұрын
Your migraine is probably due lack of sleep. 🙈 Your brain begin to protest whenever it comes across (slightly) complex subject.