Machine Code Explained - Computerphile

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ม.ค. 2024
  • Explaining machine code from the ground up! Famous for 'Compiler Explorer,' Matt Godbolt's code has appeared before on Computerphile but this is his debut.
    EXTRA BITS: • EXTRA BITS - Machine C...
    Find out more about Matt from his blog: bit.ly/C_MGodbolt
    / computerphile
    / computer_phile
    This video was filmed and edited by Sean Riley.
    Computer Science at the University of Nottingham: bit.ly/nottscomputer
    Computerphile is a sister project to Brady Haran's Numberphile. More at www.bradyharanblog.com
    Thank you to Jane Street for their support of this channel. Learn more: www.janestreet.com

ความคิดเห็น • 341

  • @buddy.abc123
    @buddy.abc123 4 หลายเดือนก่อน +54

    I'm a seasoned dev with 15 years experience but I'll never get tired of hearing someone talk about the fundamentals and basics of computers

  • @DavePoo
    @DavePoo 4 หลายเดือนก่อน +65

    Thanks Matt & Sean (for this and the compiler explorer). I know for many this topic can be "dry stuff", but this fundamental understanding of computing really helps someone go a very long way, and it pulls back the curtain and reveals that actually, computers aren't magic, they do very little, very fast. I think the old 8-bit model of understanding a CPU is really how we will all have to think about computers when being taught to children today, and those old computers still certainly have a place as educational tools, where the pixels are so big you can see them, and memory addresses are so few you can count them.

  • @Bzh__
    @Bzh__ 4 หลายเดือนก่อน +103

    Great to see Mr. Godbolt on here. Great communicator

    • @mytech6779
      @mytech6779 4 หลายเดือนก่อน

      Oh wow, I didn't even catch the name. His website shows up in dozens of cppCon presentations.

    • @upinth3air
      @upinth3air 4 หลายเดือนก่อน +2

      Thought it was Matt. I recognised his voice from the Two's Complement podcast

    • @andrewmartin3671
      @andrewmartin3671 4 หลายเดือนก่อน +2

      I was lucky enough to work with Matt at the very beginning of my career. He's even nicer in person.

  • @trevinbeattie4888
    @trevinbeattie4888 4 หลายเดือนก่อน +77

    As far as programming goes, I think the main thing that has changed over half a century is adding more and more layers of abstraction - microcode (hardware), micro-operations, machine language, low-level compiled languages, virtual machines, high-level languages, and libraries on top of libraries on top of libraries. Understanding the layer underneath where you usually work can help you take better advantage of it in your code.

    • @vuurniacsquarewave5091
      @vuurniacsquarewave5091 4 หลายเดือนก่อน +10

      I think that's what's holding me back somewhat because I am experienced with assembly languages but when I go to writing a C++ or C# program I'm missing too many intermediary steps and it is quite an anxiety-inducing thing to suddenly trust all those layers that I have no control over doing the things as and when I intended. The loss of total control compared to speaking something the computer understands almost directly.

    • @MattGodbolt
      @MattGodbolt 4 หลายเดือนก่อน

      @@vuurniacsquarewave5091 perhaps you could develop a little trust if you played around a bit with Compiler Explorer? It's one of the reasons I created it - to make it possible to interactively edit the C or C++ code and see how the compiler generates the assembly.

    • @stachowi
      @stachowi 4 หลายเดือนก่อน

      @@vuurniacsquarewave5091unfortunately if you’re ever going to make something that’s modern you have to let go and trust… I have web applications running on cloud servers and it causes anxiety but there is no other way in the modern world.

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt 4 หลายเดือนก่อน +1

      Microcode was removed to create RISC. Ah, that is why MIPS has no flags. Single cycle interrupt only allows to store the instruction pointer in r31 . ARM now has 128 bit single cycle push to solve this.

  • @rudiklein
    @rudiklein 4 หลายเดือนก่อน +4

    I've been in the computer industry for 40 years, and all this stuff still amazes me. The same with working on a remote computer on a terminal: when you hit a character on you keyboard, it's send to the remote computer, which in turn sends the character to the terminal and displays it. Ff'ing amazing.

  • @Christophoronomicon
    @Christophoronomicon 4 หลายเดือนก่อน +16

    My first computer was an Amstrad CPC 6128, another Z80-based computer with a whooping 128KB or RAM (which the CPU couldn't access at once, so it used a paging system and the second 64KB could only be used to store data for longer term -because it was slow to retrieve it-). That's the computer I taught myself programming on (first in BASIC, then in Assembly), and my mental model of machine code is pretty much the same as Matt's. I remember how in the CPC 6128 the last 16KB of the first 64KB of RAM would map directly on the screen, so that just by putting numbers in those addresses pixels would light up in various colours. I think that helped make programming "click" for me, in that I had direct, visual feedback of what I was doing just by storing numbers at specific addresses. From there it was easy to "get" how the computer worked. I even remember the available registers of the Z80 CPU. There was A, the accumulator from the video, the relatively free BC and DE 16-bit registers, F which contained bit flags representing various states of the computer and AFAIK was read-only, or at least needed to be treated with care, and finally there was HL, the register that contained the memory index Matt mentioned. Funny that I still remember these details after so many years (nearly 40 years ago!).

  • @garywalker8493
    @garywalker8493 4 หลายเดือนก่อน +65

    Wrote assembler on multiple cpus myself so I didn't expect to learn anything, yet this explanation was still interesting to me. Teaching done well is interesting it's a shame that students are so often bored.

    • @cannaroe1213
      @cannaroe1213 4 หลายเดือนก่อน +10

      Load that index bro! Wooo! Replace that sum with the sum of the the index and the sum of the sums! Fibonacci be Bussin' fr no memory cap

    • @MattGodbolt
      @MattGodbolt 4 หลายเดือนก่อน +3

      Thank you so much!

  • @bradleystone6498
    @bradleystone6498 4 หลายเดือนก่อน +40

    This is one of the best ComputerPhile episodes that I have seen. I learned more from programming a "Tandy Microcomputer Trainer" in the early 1980s than from most of the computer engineering studies that I have undertaken since. Great analogy. I love it!

  • @vincei4252
    @vincei4252 4 หลายเดือนก่อน +52

    I bought a ZX81 kit from the UK circa 1981 from Nigeria. I was 15. After seeing it boot for the first time I was then curious about how it worked. Less than a year later I'd taken the Z80 out of the ZX81 and built my own machine on a veroboard. I've never been the same ever since. 🙃

    • @afollowerofjesusandmylife
      @afollowerofjesusandmylife 4 หลายเดือนก่อน

      wow

    • @EnjoyCocaColaLight
      @EnjoyCocaColaLight 4 หลายเดือนก่อน +1

      Hah, NERD!

    • @vincei4252
      @vincei4252 4 หลายเดือนก่อน +5

      @@EnjoyCocaColaLight haha, absolutely. Still am.

    • @srenkoch6127
      @srenkoch6127 4 หลายเดือนก่อน

      @@vincei4252
      Are we not all ? ;-)

    • @blucat4
      @blucat4 4 หลายเดือนก่อน

      @@srenkoch6127 Nooo, the world is full of people who can't count and don't care! 🙁

  • @martinbakker7615
    @martinbakker7615 4 หลายเดือนก่อน +61

    Ben Eater has a great series on that. Complete from simple logic element to how to create and code the microcode in eeprom.

    • @MattGodbolt
      @MattGodbolt 4 หลายเดือนก่อน +17

      Another +1 to Ben Eater's content! I've made his kit 6502 too, recommended!

    • @UlfFormynder
      @UlfFormynder 4 หลายเดือนก่อน +8

      Ben's videos are amazing. Watching him explain SR latches blew my mind. The only downside to his channel is that every time he posts I have to go re-watch his entire library to remember how everything works lol

    • @SunLake-pr1di
      @SunLake-pr1di 4 วันที่ผ่านมา +1

      I have the 8 bit computer built

  • @Darkev77
    @Darkev77 4 หลายเดือนก่อน +52

    This is so well executed. We request a part 2!!!

  • @benjyb843
    @benjyb843 4 หลายเดือนก่อน +32

    Very well explained 👏, my first "mental model" from high school programming had the class trying to "command" a volunteer student (who acted as the robot) to stand up, walk in a circle, and sit back down using a limited instruction set. It was explained in a very similar way.

  • @ChopeZzz
    @ChopeZzz 4 หลายเดือนก่อน +69

    This is what all CS students need to start with, not HTML, CSS etc.
    Huge respect, great video, enjoyed every second of it! 😎👍

    • @damian_smith
      @damian_smith 4 หลายเดือนก่อน +3

      CS50 Course at EDX is pretty close to this.

    • @mrroobarb
      @mrroobarb 4 หลายเดือนก่อน

      Totally agree

    • @2eanimation
      @2eanimation 4 หลายเดือนก่อน +2

      CS students start with HTML and CSS? 🤔 They actually might very well have back in the days when MySpace was a thing, though recreationally, not academically :)

    • @nlnu1337
      @nlnu1337 4 หลายเดือนก่อน +2

      @@2eanimation I don't think most CS students start with html, css and js. I think that is more true for bootcamps that focus on shitting out web devs that know a little about servers and dbs but mostly just frontend things.

  • @CuteSkyler
    @CuteSkyler 4 หลายเดือนก่อน +9

    There's just something about the extreme basics of computing that fascinates me immensely, please do more in the future!

  • @Satscape
    @Satscape 4 หลายเดือนก่อน +3

    This is the best description of machine code I've ever heard. I've only ever wrote one machine code program in 6502, I was so proud and shocked that it worked! It was on an Oric 1 though, not a BBC micro. The Oric had a sort of BBC Mode 7 that the Electron lacked. So in 6502 Machine code I made a program display 'teletext-style' pages as a Point-of-sale display in a shop window on Mansfield Road in 1983. It was FAST because it used BLIT to move the teletext page into display memory... Rock 'n' roll ! 😁✌

  • @magicknight8412
    @magicknight8412 4 หลายเดือนก่อน +148

    Still amazes me that typing codes in makes a computer do things.

    • @leavingsoonduetocensorship3453
      @leavingsoonduetocensorship3453 4 หลายเดือนก่อน

      Because they didnt teach you E&M and circuitry to go with your binary because they dont need you to actually know things and have a complete picture they simply need you to have a piece so they can monopolize the pieces and be the only one with the whole...dont you wish the purpose of education was actually to educate and not to filter/control?

    • @oriwittmer
      @oriwittmer 4 หลายเดือนก่อน +20

      It still amazes me that within a couple of lifetimes ago we were still behind horse and cart and yet can watch this video on pocket-sized computers in every corner of the globe. We've come a long way, but there's so much further to go

    • @leavingsoonduetocensorship3453
      @leavingsoonduetocensorship3453 4 หลายเดือนก่อน

      @@oriwittmer your grasp on the rate of change in your world is tenuous at best...be prepared for the "cyberattacks" during election

    • @leavingsoonduetocensorship3453
      @leavingsoonduetocensorship3453 4 หลายเดือนก่อน +6

      @@exchable electricity...and magnetism...its a class...(we did not teach IT to do anything it merely does what it was supposed to do in the first place...the weirder thing would be that your neurons and the ones used to make gpt are the exact same thing...meaning YOU are already an organic computer to begin with)

    • @consolek1d
      @consolek1d 4 หลายเดือนก่อน +3

      The thing I find the most fascinating is the RAM and how computers are able to “remember” things. Very cool if you look at the circuit for 1 bit of memory. Prior to that the inner working of computers were very abstract to me.

  • @cthutu
    @cthutu 4 หลายเดือนก่อน +8

    Matt and I have such similar backgrounds, it's scary. I too learned machine code from that Usbourne book. I think we share the same first computer too. Also, my name is Matt. I still program in Z80.

  • @supertron6039
    @supertron6039 4 หลายเดือนก่อน +4

    I love this channel so much, can't believe I sat throw and enjoyed an entire video teaching machine code AND understood everything.

  • @Labs51Research
    @Labs51Research 4 หลายเดือนก่อน +10

    Wow I still have this collection of USBORNE books to this day .. I learned exactly the same way. still a software developer.

  • @maxusboostus
    @maxusboostus 4 หลายเดือนก่อน +2

    I remember in the mid 80's stumbling across this "machine code" whilst poking values into Ram on my Commodore 64. I can still remember the decimal values I poked in to increment the screen colour and jump back and do it again at incredible speeds compared to basic. It was such an eye opener on how fast the machine was actually running compared to how fast basic could do it. Nice video.

  • @hashtagPoundsign
    @hashtagPoundsign 4 หลายเดือนก่อน +5

    I highly recommend Ben Eater on youtube. Ben’s video series starts with basic electronics and progresses to building an 8-bit cpu from scratch with breadboards.

  • @andrewharrison8436
    @andrewharrison8436 4 หลายเดือนก่อน +1

    This was a lovely example of clear explanation - it may seem pedestrian but fundamentally computers are pedestrian and understanding how fast they do pedestrian things and how much pedestrian work you are asking of them are important insights.
    The next layer up is understanding quite how much bottom level code is generated from high level instructions and which instructions have higher cost. Then you can start writing efficient code.

  • @SooprTruffaut
    @SooprTruffaut 4 หลายเดือนก่อน

    Thank you for giving us a way to grasp machine code! As a teacher myself, the way you planned that out and introduced the concepts was perfect!

  • @PLANASMGMAP
    @PLANASMGMAP 7 วันที่ผ่านมา

    This is remarkable. In 20 minutes, a basic understanding of what goes on in a computer CPU and an indication how assemblers work (human-understandable representation of what is in an executable instruction). Parts 2, 3 etc are needed to overcome some of the necessary over-simplifications in this introduction. (For example: there are at least three distinct LOAD instructions - load literal; load from storage location; load from storage using the INDEX.) I would say that anyone with the basic ability to learn assembler programming, or direct machine code if really necessary, would be set in the right direction by this talk.

  • @TheSudsy
    @TheSudsy 4 หลายเดือนก่อน +1

    possibly the best explanation of basic machine language i have ever seen.

  • @DaDyne
    @DaDyne 4 หลายเดือนก่อน +6

    The game „Human Resource Machine“ picks this up very well. I have no idea of machine code, but I love that game, and most of what you said sounded quite familiar to me.

    • @MasterHigure
      @MasterHigure 4 หลายเดือนก่อน +2

      I was thinking the same thing. The robot he's describing is literally the worker from Human Resource Machine. Marginally different capabilities, but still.

    • @MattGodbolt
      @MattGodbolt 4 หลายเดือนก่อน +3

      I'll see if I can get my kids to play that! They won't listen to me :)

    • @karicallegra8194
      @karicallegra8194 4 หลายเดือนก่อน

      If you want to go deeper try out "TIS-100" by Zachtronics, it really is the closest to a game about machine code i've ever seen (with some fun twists and a story). Some of thier other games are also very intersting IF you find machine code/assembly interesting!

    • @isometric_shahil
      @isometric_shahil 27 วันที่ผ่านมา

      ​@@MattGodboltIt's pretty fun actually, though the puzzles can get pretty tough sometimes :v

  • @Wrighton
    @Wrighton 4 หลายเดือนก่อน +4

    On the topic of last years sound check. I think it would be interesting to watch a video of someone on computerphile do a “let’s play” of TIS-100.

  • @isyt1
    @isyt1 4 หลายเดือนก่อน +4

    Great video. Been coding since 1985 and professionally since the late 90s and never understood assembly language or machine code until now. It’s been a black art I’ve kept away from

  • @fredsmith1970
    @fredsmith1970 4 หลายเดือนก่อน

    I remember learning z80 8-bit assembly back in the 80's on the zx spectrum and the cp464. It took me a while to get my head around it, but it was soooo much faster than the native basic implementations.
    I had a program on the speccy (machine code monitor iirc) which showed you the values of each of the registers as you stepped through the code. Really helpful to understand what was going on.

  • @cheeseparis1
    @cheeseparis1 4 หลายเดือนก่อน

    Loved this video! First thing I ever programmed was a TI-57. Instruction codes were the coordinates of the key (row and column) and you had 50 steps and 8 memories.
    Looking forward to a followup with tests, heap, indirect addressing, ...

  • @heaslyben
    @heaslyben 4 หลายเดือนก่อน +3

    I think you explained a lot very nicely and concisely! The assembly program is cool enough, and bringing it around to machine code in ram is just fantastic!

    • @MattGodbolt
      @MattGodbolt 4 หลายเดือนก่อน +1

      Thank you! 😊

    • @blucat4
      @blucat4 4 หลายเดือนก่อน

      Agreed, although it is a big worry that he couldn't add up 8 + 5.

    • @MattGodbolt
      @MattGodbolt 4 หลายเดือนก่อน +1

      @@blucat4 there's a reason I get computers to do everything for me :D

  • @camofelix
    @camofelix 4 หลายเดือนก่อน +1

    Yooo! Lovely to see Matt on Computerphile! I use CE daily for work in HPC optimization!

  • @DrGreenGiant
    @DrGreenGiant 4 หลายเดือนก่อน

    Loving seeing Matt on here! Big fan!

  • @niccy266
    @niccy266 4 หลายเดือนก่อน

    Great explanation! I love machine code and admire early computer scientists for memorising all the little instructions.

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt 4 หลายเดือนก่อน

      They did not. Thus, the instruction set was reduced to what a normal coder could memorize. When compilers caught up 1994, the PSX got its ISA extended again with vectors. N64 got floats.

  • @fgrillo123
    @fgrillo123 4 หลายเดือนก่อน

    My University electronic calculator course was incredibly well summarized with this simple example, amazing!👏

  • @MaqsoodAlamShafiq
    @MaqsoodAlamShafiq 4 หลายเดือนก่อน

    "earth-shattering moment" @14:24 ! no other word can explain the feeling much better. This video is nostalgic. Back in 1988 when I was learning BASICA (or GWBASIC), reading about the PEEK and POKE statements gave that feeling.

  • @sambenjamin7515
    @sambenjamin7515 4 หลายเดือนก่อน

    Great video! Thank you Matt & Sean.

  • @dpb2009
    @dpb2009 4 หลายเดือนก่อน

    Best vid on the channel. Well done!

  • @Yupppi
    @Yupppi 4 หลายเดือนก่อน

    Yes! I thought so! He's a great live perfomer. Seen a couple of his talks and he just knows how to present programming to people. Apparently he also has a pretty sweet system of cameras to hold an "interactive" presentation from home.
    The fascinating part about this is how simple it is as you figure it out, but it's still a lot of labour and you can easily forget a step as you're excited to get the end result and program done, and focus more on your idea than all the manual steps to get to the idea. Which I guess explains why higher level languages have become increasingly popular and why things like C++ got ranges and algorithms as well, to remove the problem of misindexing and looping - doing a silly careless mistake that leads to a bug when thinking about your idea more than walking step by step.
    Would be great to have Godbolt guest again, he seems to have quite a bit more to say.

  • @xtieburn
    @xtieburn 4 หลายเดือนก่อน +4

    Wouldnt it be more efficient to hold the number. Load index to 1 instead, then decrement, add, increment, increment, write, and loop back to decrement.
    Edit: Okay, I think I got it in 9.
    01. Load #1
    02. Store @0
    03. Set Index #1
    04. Store @Index
    05. Dec Index
    06. Add @Index
    07. Inc Index
    08. Inc Index
    09. Jump to 04
    I have spent many hours in TIS-100...

    • @rmsgrey
      @rmsgrey 4 หลายเดือนก่อน +1

      Yeah, it's definitely inefficient to overwrite the accumulator then access memory to get back the number you just overwrote.
      If you're willing to start the sequence with f(0)=0, f(1)=1, and you can assume that the memory is initialised to 0, you could save one more line, at the cost of making your code less portable. Otherwise, I'm pretty sure 9 lines is the minimum - 6 for the loop (three moves, an add, a store and a jump) and 3 for initialising the accumulator, memory 0, and the index.

    • @eefaaf
      @eefaaf 4 หลายเดือนก่อน +1

      I wondered if someone had thought of it too. For esthetic reasons I would rearrange it to:
      01. Set Index #0
      02. Load #1
      03. Store @Index
      04. Inc Index
      05. Store @Index
      06. Dec Index
      07. Add @Index
      08. Inc Index
      09. Jump to 04
      In case the index register defaults to 0, the first step could be skipped.

  • @benarcher372
    @benarcher372 4 หลายเดือนก่อน

    Great stuff and with such enthusiasm!

  • @nathanedmond8312
    @nathanedmond8312 4 หลายเดือนก่อน

    Absolutely fantastic video/explanation!!!

  • @mohammadalaaelghamry8010
    @mohammadalaaelghamry8010 4 หลายเดือนก่อน

    Great content as always. Thank you.

  • @wlockuz4467
    @wlockuz4467 4 หลายเดือนก่อน +2

    I got into computers because of video games and today after 20+ years I am software engineer. I will never stop to get fascinated by computers.
    this comment, this video, this website, the internet - all 1s and 0s. Its crazy that we put electricity through a bunch of sand to make it perform math, and that basically is what makes the world go around today!

  • @todayonthebench
    @todayonthebench 4 หลายเดือนก่อน

    A very good explanation of machine code and assembly.
    Also nice to see someone who doesn't just go and grab some of the shelf assembly language nor some specific architecture for the machine code itself. Even if such can be useful in its own right, but most often going with "off the shelf" explanations means one just regurgitates an old outdated/incorrect explanation for how something works.
    To rephrase my statement.
    There is very few bounds to how machine code "can" look and work. There is more or less elegant ways to get to a Turing complete machine, but in the end there is no singular "correct" way. Same for assembly code. (Even if most people just bring out X86 assembly or the like...)

  • @mikes333
    @mikes333 4 หลายเดือนก่อน +1

    If only there were some kind of technological device that could be used to convey information to others easily without having to use up so much paper. I tell you, the inventor of such a device will be set for life!

  • @jeffsturgeon2176
    @jeffsturgeon2176 4 หลายเดือนก่อน

    I remember the exact moment of my "watershed" understanding programming. I was in my freshman dorm room in 1982 talking to a classmate on my wall phone (with cord that was about 2 feet long so I had to stand to use). It was the second week of my first programming class discussing the Fortran assignment which I was completely baffled over. My classmate said i should include x=x+1 in my answer. My mathematical mind said that doesn't make any sense. He said "It's not an equation. It is taking the current value of X, adding 1, and putting it back in X". From that moment on programming has come second nature to me.

  • @jeffocks793
    @jeffocks793 2 หลายเดือนก่อน

    Very nice! Thanks. I endorse the idea of a part 2. All the books I ever saw/read/used on machine code always started with registers, accumulator etc. and *never* mentioned the 'other circuitry' which produces the end user experience which Matt G mentions. I remember spending an hour mcoding once to produce a tune that lasted 3 seconds. I knew exactly what the accumulator was doing, but had no idea how all that interfaced with the speaker. I think a part 2 might track back from the interface down to the mcode. Those old books were like looking at the role of the brain in psychology where ch 1 was 'the neuron' and ch 2 was the synapse - but you never got to human behaviour...

  • @mwd5001
    @mwd5001 4 หลายเดือนก่อน

    Great video, very well explained. I'd love to see a follow up.

  • @unvergebeneid
    @unvergebeneid 4 หลายเดือนก่อน +4

    I can also recommend games like TIS-100 to understand these concepts. Or Human Resource Machine if playing TIS-100 feels too much like work to you :D All these games have some artificial restrictions for gameplay reasons that real computers don't have but all in all, they are a very good way to acquire what Google calls "computational thinking".

  • @e_fission
    @e_fission 4 หลายเดือนก่อน

    I read that same Usborne book when I was young - very useful indeed. Thanks for the video!

  • @VaughanMcAlley
    @VaughanMcAlley 4 หลายเดือนก่อน +1

    As a teenager back in the 80s, the Assembler program was beyond my budget, so I wrote some stuff in machine code. The Z80 was pretty easy to understand.

  • @akaelalias4478
    @akaelalias4478 4 หลายเดือนก่อน

    Thanks, this was finally an explanation that I could get my head around.

  • @Nillipilli
    @Nillipilli 4 หลายเดือนก่อน

    Great explanation!

  • @sanderverhage5148
    @sanderverhage5148 4 หลายเดือนก่อน

    Love the pigeon holes idea. Great way of explaining memory.

  • @iamavataraang
    @iamavataraang 4 หลายเดือนก่อน

    That was really interesting, thanks
    I was intrigued by the box by the TV that was rotating it's display, what was it?

  • @ctid107
    @ctid107 4 หลายเดือนก่อน

    I still remember some of the 6502 opcodes in hex, learnec on my Acorn Atom, 2K of memory. I owe that little machine so much!

  • @serloinz
    @serloinz 4 หลายเดือนก่อน

    for many years i've felt i had the 'gist' of machine code (i normally code higher level) but this made a few things click together in my head more than anything else has.. thanks :)

  • @DavidvanDeijk
    @DavidvanDeijk 4 หลายเดือนก่อน +2

    Matt godbolt is a modern day pioneer.

  • @papanchotiya2604
    @papanchotiya2604 4 หลายเดือนก่อน

    Nice 👍 and made very much easy to understand and fun

  • @MsBrouzouf
    @MsBrouzouf 4 หลายเดือนก่อน +1

    I remember in the 80's ,searching in the memory of a TRS80, where the picture of the letter 'A' was stored. It was a cool way to learn programming.

    • @scottcampbell2707
      @scottcampbell2707 4 หลายเดือนก่อน

      My TRS80 came with 4K of RAM, so learning Z80 machine code was really helpful in making the most use of the available ram.

  • @marcwinner567
    @marcwinner567 4 หลายเดือนก่อน

    Wow! What a great video! How can I take these things I learned from this one video and find content that builds upon this knowledge to understand more about the way up towards programming languages? 🎉

  • @SyntheticFuture
    @SyntheticFuture 4 หลายเดือนก่อน +3

    It still blows my mind that people actually got this to work. And it annoys me that most people aren't more impressed with it 😅

    • @r6scrubs126
      @r6scrubs126 4 หลายเดือนก่อน

      What blows my mind is that the human race created this and things like GPS satellites etc, yet there's still huge numbers of people that believe the earth is flat

  • @Amonimus
    @Amonimus 4 หลายเดือนก่อน +4

    Assembler isn't as complicated as people think. Command stack is effectively a switch that tells which math unit to use (copy, add, multiply, shift, etc) at a time. The Opcodes are just for human convenience saying which byte is which command.

    • @Eagle3302PL
      @Eagle3302PL 4 หลายเดือนก่อน +6

      It's not that it's complicated, it's just a huge mental load to think about even the simplest of programs in that format. The difficulty comes from the sheer quantity of information to remember rather than actual complexity.

    • @jc_dogen
      @jc_dogen 4 หลายเดือนก่อน

      ​​@@Eagle3302PLthat's where subroutines, labels and macros come in. some assemblers, like ca65, even have structs and unions.

    • @davidmcgill1000
      @davidmcgill1000 4 หลายเดือนก่อน

      The difficulty comes from instruction timing and pipelining. Stuff you wouldn't even think about at the beginning.

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt 4 หลายเดือนก่อน

      And then you try to deal with overflow in 6502 . Or have to remember to SEC SBC . Or the weird MUL and DIV in most CPUs. Or you need two byte integers. Or you have to manually allocate variables in the 64+1 accumulator in JRISC ( when you disable interrupts).

  • @boyflea
    @boyflea 4 หลายเดือนก่อน

    oh my god.. I had the same book and same memory of pigeonholes! thanks for posting this Matt - and Usborne of course... great video - you are the Fred Harris of today. :)

  • @HelionDark
    @HelionDark 4 หลายเดือนก่อน

    Great video, machine code makes more sense now!

  • @allp84
    @allp84 4 หลายเดือนก่อน +3

    Last week the game human resource machine was free on epic. I used it to teach my nephew computer programming. It's basically a game version of this video

    • @rmsgrey
      @rmsgrey 4 หลายเดือนก่อน +2

      The sequel, 7 Billion Humans does parallel execution.

  • @not_ever
    @not_ever 4 หลายเดือนก่อน +2

    My brain: Matt Godbolt?
    *click*
    Matt Godbolt: So I wanted to talk about…
    My brain: Matt Godbolt!

  • @MissPiggyM976
    @MissPiggyM976 3 หลายเดือนก่อน

    Ingenious, indeed !

  • @jameshiggins-thomas9617
    @jameshiggins-thomas9617 4 หลายเดือนก่อน

    This made me feel such nostalgia! 😋

  • @rpapplebee
    @rpapplebee 4 หลายเดือนก่อน

    The moment I realized where my life path would lead me to. Commodore 64/128 machines had diskette drives that contained a microprocessor and a very small amount of RAM (256 bytes if memory serves). Game houses decided that they could fit a machine code routine in the tiny RAM that could decrypt the encrypted game program. There were cartridges available for these machines that let you set break points. I managed to figure out how to decrypt the game code and write it back to a diskette after it was not encrypted any longer. At that point, the game could be loaded and run from that diskette. Got an A in my x86 assembly language class at Cal Poly Pomona. Ended up a network engineer but it all started cracking the diskette drive encrypt/decrypt scheme.

  • @til2003
    @til2003 4 หลายเดือนก่อน

    Awesome. Thank you very much!

  • @CkBr
    @CkBr 4 หลายเดือนก่อน

    You should totally rename the video to "How computers work". It would probably get more attention which this video totally deserves!

  • @ianflint4610
    @ianflint4610 4 หลายเดือนก่อน

    This was a walk down memory lane. I started writing assembler for Intel 8080 CPUs. Soon had over £1m of Intel Development systems with microprocessor In Circuit Emulation. Manual disassembly of machine code was the way to debug. Happy days.

  • @michaelhammer5616
    @michaelhammer5616 4 หลายเดือนก่อน

    First of all, thank you, great video. In Germany I had a similar book in the 80s where I learned how computers "think" as well.
    Second of all, please, what awesome clock/screen is that in the background? 14:04 for example...

  • @cheddarfish225
    @cheddarfish225 4 หลายเดือนก่อน

    Absolutely amazing explanation. Thank you so much. Is there a chance to a speed comparison to show how machine code was so much faster?

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt 4 หลายเดือนก่อน

      Modern C compilers are faster than most humans. With more language constraints like in Rust or C#, AOT compilers can apply even more aggressive optimizations.

  • @esquilax5563
    @esquilax5563 4 หลายเดือนก่อน

    The most exciting thing about this video was hearing that Usborne books are now available as free pdfs. Those books were a huge part of my childhood! But I've searched around a bit, and haven't found much, certainly no books I recognise from the 80s

  • @Tattvadarzin.
    @Tattvadarzin. 4 หลายเดือนก่อน

    I have worked on the whole range of abstraction from microcode on a Burroughs minicomputer in 1975 after a great Computer Science degree where I used IBM Assembly language and PL360 which was a far better tool. I implemented many languages on abstract machines, culminating in a Ph.D. These abstract machine concepts were in use far before Java and C#. The idea is that the machine that executes the high level programming language can be itself high level so that code generation is very simple.

  • @a1exh
    @a1exh 2 หลายเดือนก่อน

    Who knew you were such a great Artist Matt? Banksy your days are numbered! 🙂

  • @lucaviggiani2189
    @lucaviggiani2189 4 หลายเดือนก่อน

    I learnt assembler language on an IBM system 370 mainframe under MVS. This was mostly top down, batch programming, so first time through, second and subsequent time through and last time through. Later on it was reentrant, task or interrupt driven, realtime programming.
    Throughout this entire time, it was very easy to visualise what was happening when a Shift Left Logical, SLL or Move, MVC instruction was executed. Numbers in registers, memory overlays, save areas etc.
    When it came to wanting to learn C or C++, this way of programming was so burned in to my way of thinking, I found it very difficult to get into concepts like OOP, inheritance etc.

  • @ctrltheory6070
    @ctrltheory6070 4 หลายเดือนก่อน

    well done example 👍

  • @sajukkhar
    @sajukkhar 3 หลายเดือนก่อน

    Internally it has logic gates that do full adder operations, minus is adding in reverse, multiplication is repeated sum and division is repeated minus with a counter.

  • @ytfeelslikenorthkorea
    @ytfeelslikenorthkorea 4 หลายเดือนก่อน +4

    I learned assembly language of Motorola 6502 in late '80s, early 90s... Obsolete knowledge? but somehow helps me undestand why stuff breaks, despite being 30 years newer :)

    • @robvandeschepop8595
      @robvandeschepop8595 4 หลายเดือนก่อน

      I seem to remember that the 6502 in my Acorn Atom in 1981 was produced by Synertek

    • @trevinbeattie4888
      @trevinbeattie4888 4 หลายเดือนก่อน

      Likewise. On the Atari 400, it was the second language I learned after BASIC.

  • @pdr.
    @pdr. 4 หลายเดือนก่อน

    I also learned a lot from these Usbourne books. I used to read them at night when I was around 8, well before we even had a computer.

  • @2openhere
    @2openhere 4 หลายเดือนก่อน

    Very cool, always wanted to know this, always expected machine code to look like Aurebesh.

  • @TrollingAround
    @TrollingAround 4 หลายเดือนก่อน

    During lockdown I grabbed a C64 emulator and C64 Studio - it was the most fun I'd had programming in years.

  • @IntrinsicPalomides
    @IntrinsicPalomides 4 หลายเดือนก่อน

    I still have that book! found it a few years back while having a clean out :D

  • @inademv
    @inademv 4 หลายเดือนก่อน +1

    i learned most of this stuff playing the Zachtronics game Shenzhen I/O, kinda neat how well it seems like they built a learning tool out of a game

    • @dominiquefortin5345
      @dominiquefortin5345 4 หลายเดือนก่อน

      Try the game "Turing Complete". It will open your mind.

  • @nmstoker
    @nmstoker 4 หลายเดือนก่อน

    Superb explanation. I remember reading the book in the 80s myself.
    Out of interest, are pigeonholes still widely used now? Seems like computers/online messaging have undermined a big part of their reason for existing

  • @HundredMillionViews
    @HundredMillionViews 4 หลายเดือนก่อน

    Computerphile should do a video on the LC-3! It's a really simple computer that lets you understand how you might actually *build* one of these pigeonhole computers from hardware I used to teach it back in college, would be happy to put you in touch with my professor at a major engineering uni

  • @sourcecode6467
    @sourcecode6467 4 หลายเดือนก่อน

    Excellent video... Thank goodness for high level languages 😊

  • @seanwayland
    @seanwayland 4 หลายเดือนก่อน

    How does the fibonacci program terminate ? flick the off switch ?

  • @FriedEgg101
    @FriedEgg101 4 หลายเดือนก่อน

    I just started playing Turing Complete on Steam. Great little puzzle game that teaches you computer logic.

  • @mountp1391
    @mountp1391 4 หลายเดือนก่อน

    Thank you!

  • @IceMetalPunk
    @IceMetalPunk 4 หลายเดือนก่อน

    Love it! Ah, the flashbacks to uni days... and also to the many times I designed my own binary formats for various game data. Why settle for JSON when you can design a bespoke binary format with as much domain-specific compression as you need *and* let it also contain opcodes? 😁

  • @bernaridho
    @bernaridho 3 หลายเดือนก่อน

    Machine code is runnable-code, whose encoding is nontext, directly operable by hardware, without Operating System. That's the correct definition of machine code no other person talks about.

  • @mind_combatant
    @mind_combatant 3 หลายเดือนก่อน

    there's a really neat indie game that kinda takes this concept of a little guy running around as the accumulator and gameifies it, Human Resource Machine, very worth checking out.

  • @var67
    @var67 4 หลายเดือนก่อน

    Usborne Machinecode!! My favourite too 🤩

  • @pikuma
    @pikuma 4 หลายเดือนก่อน

    Great video! :)

  •  4 หลายเดือนก่อน +1

    Remember vividly realizing at the age of maybe 10 or 11 that programs were just data in memory. Next it dawned on us that it means we can make programs that rewrite themselfs. Felt like sci-fi for me and maybe the 3 other kids at the school that had any interest in how computer actually works.

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt 4 หลายเดือนก่อน

      And on the job you find out that you can’t write to the micro controller eeprom at runtime. Your weird 14 bit instruction word Atmel won’t run from 8bit Ram. Windows and Linux protect mode prevent code manipulation.