https://www.youtube.com/watch?v=1GSjbWt0c9M

This is the MIPS instruction sheet. We chatted a little bit out "32-bit" operating systems and "64-bit" operating systems.

MIPS is an old-ish set of instructions, which had 32-bits to lay out instructions. These were simple instructions! Take a look at those, below. Anything look familiar?

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/58b57f51-f530-4a26-b89b-830f08f110c8/Untitled.png

If you take a look at the bottom, you can see the different allocation of bits to the information for the computer instructions. For example:

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/2c6dfefc-99fb-4089-942a-966335172f93/Untitled.png

We can see that bits 31-26 are for something called an opcode, 25-21 for rs, etc...

This is one way that computers use binary to represent something!

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/48541c7c-9ad7-4ae9-9745-8df403da38d5/Untitled.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/21734b2a-3589-4051-91bb-22f69704a19d/Untitled.png