Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alepacho/gstack
https://github.com/alepacho/gstack
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alepacho/gstack
- Owner: Alepacho
- License: mit
- Created: 2023-10-26T20:09:59.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-26T20:10:07.000Z (about 1 year ago)
- Last Synced: 2024-04-13T19:21:16.644Z (9 months 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
```