🗒️

Random notes

Some notes that might help you with understanding 61c content. Note some aspects may be out of scope; Sorry for the poor hand writing in some of these :(
Integer Number Representation

Unsigned

notion image

Two’s Complement

notion image
notion image

Sign & Magnitude

notion image

Biased Representation

notion image
C Syntax & Language
notion image
notion image
Credits to stridershood on the EE/CS Discord for the notes!

Bitwise Operators

notion image
Additional reference here.
Code & Memory {Stack, Heap, Code/Text}
notion image
Credits to stridershood on the EE/CS Discord for the notes!
IEEE-754 Floating Point Representation