Skip to content

paulikauro/stackasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stackasm

A simple stack language interpreter to be used as a macro assembler mainly for Minecraft CPUs.

The language itself is (mostly) independent of the specifics of each CPU. An instruction set for a specific CPU is easy to encode as functions that write the binary instruction into a global buffer (a concept in the stack language). Similarly, functions for writing NBT data (a binary format, somewhat like JSON, that Minecraft uses) are written as a library.

About

a simple stack language interpreter to be used as a macro assembler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages