Skip to content

An implementation of the Uxn virtual machine, written in Go

Notifications You must be signed in to change notification settings

NickyBoy89/uxnvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An implementation of the Uxn virtual machine, written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages