Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 529 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 529 Bytes

stack-processor

A set of tools to emulate the work of stack processor and write programs for it.

File info

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.