Skip to content

Repository files navigation

simplecomputer

Educational simple computer project in C with terminal utilities, an assembler, and supporting modules.

Overview

This repository contains a training project that simulates a simple computer environment and includes terminal helpers, input utilities, large-character rendering, and an assembler.

Screenshots

These screenshots were captured from a real Linux terminal run of the project.

Memory dump in terminal Flags and register status in terminal

Structure

  • mySimpleComputer - core simple computer module
  • myTerm - terminal utilities
  • myReadKey - keyboard input helpers
  • myBigChars - big character rendering
  • simpleassembler - assembler-related functionality
  • include - shared headers

Stack

C, Makefile.

Notes

This project was developed as part of coursework and practical assignments in systems programming.

About

C-based educational simple computer emulator with terminal tools and an assembler.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages