Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 536 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 536 Bytes

Computer Engineering Year 2 - Mark Deegan

This example was put together to help illustrate the relationship between

  • .h
  • .c
  • .s
  • .o
  • .out

files in C software development.

This also relates to the Microprocessor FUndamentals module and the journey from

  • NAND gates
  • Circuits built of NAND gates
  • Machine Code
  • Assembler Code
  • Atmel 328p

There are some more comments I need to add to explain the code and how to use it with the c compiler etc.

Notes on using the C compiler from the command-line