🗒️

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

Normalized #s

notion image
notion image
notion image
notion image

Normalized {Max/Min} Ranges

notion image

Denormalized #s

notion image
notion image

IEEE 754 Other Special Reps

notion image
CALL (Lecture 13)
notion image
notion image
Credits to stridershood on the EE/CS Discord for the notes!
RISC-V Data Path Truth Table (Lecture 18, 19, 20)
notion image
Credits: EECS 151 Fa24 - Instructor: Chris Fletcher