Educational simple computer project in C with terminal utilities, an assembler, and supporting modules.
This repository contains a training project that simulates a simple computer environment and includes terminal helpers, input utilities, large-character rendering, and an assembler.
These screenshots were captured from a real Linux terminal run of the project.
mySimpleComputer- core simple computer modulemyTerm- terminal utilitiesmyReadKey- keyboard input helpersmyBigChars- big character renderingsimpleassembler- assembler-related functionalityinclude- shared headers
C, Makefile.
This project was developed as part of coursework and practical assignments in systems programming.

