Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 602 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 602 Bytes

uxnvm

An implementation of the Uxn Virtual Machine, written in Go

Running a ROM

uxnvm <rom.rom>

Building

  1. go build
  2. ./uxnvm

Supported Features

All instuctions in the Uxn instruction set are supported, but some Varvara devices are not supported yet. Currently implemented are:

  • System
  • Console
  • Screen
  • Audio
  • MIDI
  • Controller
  • Mouse
  • File
  • Datetime
  • Empty
  • Reserved
  • Reserved