Assignment work from my ECE2071 engineering science class at university. (Computer Organisation and programming)
An introduction to computers and CPU organisation, assemblers and compilers, and algorithm design for engineering problems and embedded computer systems. This folder covers C and assembly language (MIPS).
HOW TO (Important notes)
To make a file run:
- gcc filename.c -o outputfilename
- ./outputfilename
Allow access for bashfile:
- chmod +x src/filename.sh
Terminal commands:
- ls = what is in the file
- cd ~ = back all the way
- cd .. = back 1 folder
- cd filename = move to that file