How do machines interpret binary?

后端 未结 3 2040
南笙
南笙 2021-02-01 11:33

I was just thinking, how do machines interpreter binary code? All I understand is your code get\'s turned into 1 and 0\'s so the machine can understand them, but how do they do

3条回答
  •  心在旅途
    2021-02-01 11:52

    It's a huge subject what you are asking. I would recommend the excellent book The elements of computing systems for an overview on how computers and compilers are constructed in principle. It's pretty easy to follow and the exercises are fun to do. Most of it is available online at the link provided.

    This question also has a few good links on the subject.

提交回复
热议问题