Skip to main content

Crate raven_uxn

Crate raven_uxn 

Source
Expand description

Uxn virtual machine

Modules§

op
Opcode names and constants

Structs§

EmptyDevice
Device which does nothing
Stack
Simple circular stack, with room for 256 items
Uxn
The virtual machine itself
UxnRam
Helper type for building a RAM array of the appropriate size

Enums§

Backend
Uxn evaluation backend

Constants§

DEV_SIZE
Size of a device in port memory

Traits§

Device
Trait for a Uxn-compatible device
Ports
Trait for a type which can be cast to a device ports struct