stack_cpu
Stack machine simulator
A simulator for a stack-based computer architecture with a set of instructions to perform various operations on a virtual memory.
Stack machine simulation
14 stars
4 watching
0 forks
Language: C
last commit: about 12 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
chximn/cpu | Simulates an x86-64 CPU architecture in C++ | 196 |
mortbopet/vsrtl | A framework for simulating and visualizing digital circuits | 89 |
dmotz/turingtype | An animation library implementing a simple human typing simulation effect | 147 |
danarmor/turing_cmd | A console-based program simulating the behavior of a Turing machine for educational purposes | 10 |
rsynteam/rsyn-x | A C++ framework for designing and analyzing digital circuits | 122 |
cassvs/arduxno-demo | A proof-of-concept port of a virtual stack machine to an STM32 microcontroller for running on a custom SD card-based system. | 11 |
docandrew/yotroc | A compiler and virtual machine for a fictional CPU architecture | 4 |
mainframed/dc30_workshop | A containerized environment simulating an MVS mainframe for teaching buffer overflow attacks | 88 |
asyncvlsi/act | Asynchronous circuit design and simulation tools using a hardware description language. | 99 |
soegaard/6502 | An emulator and toolset for the 6502 CPU | 9 |
yangminz/bcst_csapp | An implementation of a computer system simulator in C, based on the book CSAPP | 916 |
digego/extempore | An environment for programming and simulating complex systems in real-time. | 1,404 |
gem5/gem5 | A modular simulator for evaluating computer system architectures and designs | 1,692 |
jdeblese/gbcpu | A VHDL implementation of the Gameboy CPU and its peripherals | 9 |
awmorp/turing | A web-based simulator for a fundamental model of computation | 83 |