Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.03 KB

README.md

File metadata and controls

15 lines (12 loc) · 1.03 KB

System Software and Microprocessors Lab

This repository contains the source code for lab cycles undertaken as part of the S5 System Software & Microprocessors Lab. The lab exercises focus on implementing fundamental concepts in system software and microprocessor programming.

Lab Cycles Included

The repository contains code for the following lab cycles:

  • SIC Assembler (Pass 1 & Pass 2): Implementation of a two-pass assembler for the SIC assembly language, using C. This involves generating intermediate code, symbol tables, and object code.
  • otw.

Getting Started

To explore the code for each lab cycle, navigate to the corresponding subdirectories within the repository. Each subdirectory contains a README file with instructions on how to compile and run the code.

Contributing

Contributions to this repository are welcome! If you have any improvements or additions to the lab cycles, feel free to fork the repository and submit a pull request.