A set of tools to emulate the work of stack processor and write programs for it.
| Directory Name | Purpose |
|---|---|
| stack-processor | The emulator itself |
| assembler | Assembler for the processor |
| disassembler | As the name says, the disassembler |
| examples | Small programs written in assembly. Fibonacci series, quadratic equation solver, qubes of numbers computation. |
| headers | No comment. |
| work-space | Directory supplied with scripts for comfortable work with the assembler. |