- Lec12 contains hello.c, sumit.c
Here you can find the example code used in lecture.
- popcnt1.s
- popcnt2.s
- popcnt3.s
- mov.s
- movend.s
- movex.s
- sumit.s
- usesum.s
- 10num.txt (ASCII file of values to add, need to convert to a .bin file)
- sumitv2.s, usesumv2.s (multiple jumps to sumit)
- usesumv3.s (using push and pop for return addresses - can use with sumitv2.s)
- sumitv4.s, usesumv4.s (call and ret implemented)
- sumitspill.s (spilling some register values onto stack)
- pow.s
- hello.s
- read.s
- setup.gdb