libcrisc ~master (2018-10-10T22:06:46Z)
Dub
Repo
SysCall
crisc
Undocumented in source.
class
SysCall {
string
name
;
this
(string name);
this
(string name, CPU owner);
this
(string name, CPUStack* stack);
protected
CPUStack
*
valueptr
;
void
execute
();
}
Constructors
this
this
(string name)
Undocumented in source.
this
this
(string name, CPU owner)
Undocumented in source.
this
this
(string name, CPUStack* stack)
Undocumented in source.
Members
Functions
execute
void
execute
()
Undocumented in source.
Variables
name
string
name
;
Undocumented in source.
valueptr
CPUStack
*
valueptr
;
Undocumented in source.
Meta
Source
See Implementation
crisc
classes
CPU
Compiler
SysCall
SysCallGetSafeMem
enums
DBGOpCode
OpCode
functions
binToASMDESC
structs
CPUStack
Instruction
Label
LabelRef