This repository contains my solutions and implementation for Problem Set / Assignment: LC-3 Virtual Machine and Microcode Simulation from the CSCI 450 (Computer Architecture / Systems Programming) ...
Abstract: An IBM eServer zSeries™ system uses various types of microcode (firmware) that implement functions such as the execution of complex instructions in the CPUs, I/O operations performed by the ...
In this assignment we will be writing portions of a LC-3 ISA simulator in C. This assignment implements (most) of the 16-bit LC-3 architecture as C functions. These functions parallel what a typical ...