An assembler and emulator for the Uxn stack-machine, written in ANSI C.
Uxn is a virtual machine with 32 instructions. This one-page computer is capable of hosting small applications, programmable in a unique language. It was designed with an implementation-first mindset with a focus on creating portable tools and games.
Uxn is a virtual machine with 32 instructions. This one-page computer is capable of hosting small applications, programmable in a unique language. It was designed with an implementation-first mindset with a focus on creating portable tools and games.
To install uxn, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install uxn
To see what files were installed by uxn, run:
port contents uxn
To later upgrade uxn, run:
sudo port selfupdate && sudo port upgrade uxn
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.