~rabbits/uxnmin

Minimal Varvara Ordinator, written in C89
Wrap immediate opcodes
Removed extra space
Fixed lc opcode

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~rabbits/uxnmin
read/write
git@git.sr.ht:~rabbits/uxnmin

You can also use your local clone with git send-email.

#Uxnmin

A partial emulator for the Varvara Ordinator, written in ANSI C.

This emulator has a very limited of features, it has just enough device support as to be capable of assembling roms with Drifloon.

#Building

If you wish to build the emulator:

tcc src/uxnmin.c -o bin/uxnmin

Tested with gcc, tcc and cproc.

#Usage

The first parameter is the rom file, the subsequent arguments will be accessible to the rom, via the Console vector.

bin/uxnmin bin/console.rom arg1 arg2

#Contributing

Submit patches using git send-email to the ~rabbits/public-inbox mailing list.