vise/go/vm/opcodes.go
2023-03-31 10:52:04 +01:00

12 lines
82 B
Go

package vm
const VERSION = 0
const (
CATCH = iota
CROAK
LOAD
RELOAD
_MAX
)