5 results for “topic:machine-instructions”
Implemention of mathematical operations simulating machine instructions in the CPU.
Simulate my own stack-based CPU.
Labs from the fundamentals of professional activity course
Purpose of this is to understand virtual-machine code (and by extension machine code) by writing a software implementation of a simple virtual machine. This work put into test our ability to design, document, and implement a program with a clean modular structure. In this project, it shows how the structural choices may affect the performance of your programs. (We profile it in a later project indeed to be 36x faster.) The primary goal of the design and implementation is clean structure
An archive repository that contains projects formed from the Operating Systems course (CSC-4100) at TTU.