00:01
All right, computer science learning and ongoing.
00:04
Here we go.
00:05
So machine language is a language, a processor understands, but it's not really something that we as humans are going to want to write.
00:14
I mean, we can go back in time to the old days of early computer science when, yeah, we really would need to talk in machine language.
00:21
But those days are kind of gone now, and how did they go away? well, because of this really cool thing called assembly language.
00:28
And what assembly language was, was instead of making the programmer use binary instructions to tell the cpu what to do, which is what machine languages, it allowed this kind of buffer where we could write using these short nymonics.
00:43
So things like mull meaning multiply, add for ad, mob for move, and so on...