mirror of
https://github.com/creeperlv/SVM.git
synced 2026-01-11 21:09:53 +00:00
Working on the assembler.
This commit is contained in:
@@ -7,9 +7,9 @@ namespace SVM.Core
|
||||
{
|
||||
public Dictionary<string, uint> Functions = new Dictionary<string, uint>();
|
||||
}
|
||||
public class RuntimeBinary
|
||||
public unsafe class RuntimeBinary
|
||||
{
|
||||
public uint offset;
|
||||
public SVMProgram* program;
|
||||
public SimpleVirtualMachine? BindedMachine;
|
||||
public DebugSymbol? Symbol;
|
||||
public bool Invoke(string funcName)
|
||||
|
||||
Reference in New Issue
Block a user