Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alepacho/gstack


https://github.com/alepacho/gstack

Last synced: about 2 months ago
JSON representation

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
```