dmildew v0.5.6 (2021-02-22T01:27:01Z)
Dub
Repo
VMException
mildew
vm
virtualmachine
Undocumented in source.
class
VMException : Exception {
this
(string msg, size_t iptr, OpCode op, string file, size_t line);
string
toString
();
size_t
ip
;
OpCode
opcode
;
}
Constructors
this
this
(string msg, size_t iptr, OpCode op, string file, size_t line)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ip
size_t
ip
;
Undocumented in source.
opcode
OpCode
opcode
;
Undocumented in source.
Meta
Source
See Implementation
mildew
vm
virtualmachine
aliases
OpCodeFunction
classes
VMException
VirtualMachine
enums
OpCode