https://github.com/alepacho/gstack
https://github.com/alepacho/gstack
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alepacho/gstack
- Owner: Alepacho
- License: mit
- Created: 2023-10-26T20:09:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T20:10:07.000Z (over 2 years ago)
- Last Synced: 2025-03-01T04:41:43.063Z (over 1 year ago)
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Generic Stack Machine
This is a complete (almost, no interrupts yet) stack machine implementation from this article:
https://users.ece.cmu.edu/~koopman/stack_computers/sec3_2.html
## How 2 compile
```bash
$ mkdir build && cd build
$ cmake ..
$ make
$ cd ..
$ ./gstack
```