◆ ParseAndRun()
Implements Vcsos.mm.vmoperator.
38 int param1V = VM.Instance.Ram.Read32 (VM.Instance.CurrentCore.Register.ip + 5);
40 VM.Instance.CurrentCore.Stack.Push32 (VM.Instance.CurrentCore.Register.ip+9);
41 VM.Instance.CurrentCore.Register.Set (
"IP", param1V);
44 VM.Instance.CurrentCore.Register.Set (
"IP", param1V);
46 VM.Instance.CurrentCore.Register.Set (
"IP", VM.Instance.CurrentCore.Register.Get(factory.m_pRegisters [param1V].Name));
49 VM.Instance.CurrentCore.Register.Set (
"IP", MemoryMap.Read32(param1V));
InstructionParam2
Typ arten eines Parameter
Definition: Instruction.cs:30
◆ Info
string Vcsos.mm.vmcall.Info |
|
get |
◆ Name
string Vcsos.mm.vmcall.Name |
|
get |
The documentation for this class was generated from the following file: