in any number base the value off the i-th digit is
d∗basei
types of integer numbers
unsigned and signed
instructions → number
ie stored program concept (slide 5)
Assembly to binary
C program
A[30] ok but we want assembly we need to store it 120(x10) x10 is the instruction and 120 is the bit repsentation of the array in binary so it adds the offset
if you want to put an array into another array but he complement of it you can just xor with -i then wow