Skip to content

a-whi/Computer-Organisation-and-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

ECE2071

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

About

Computer Organisation and programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published