Property | Type | Description | |
---|---|---|---|
AddJumpToEntryPoint | void | ||
GetEntryPointLabel | string | ||
ReplaceLabels | void |
Method | Description | |
---|---|---|
AddObjectFile ( IEnumerable |
Creates a new ObjectFile with the parts provided
|
|
AddRange ( IEnumerable |
||
BuildProgram ( ) : List |
||
GetObjectFileEntryPointAddress ( System.Guid objectFileId ) : int |
Method | Description | |
---|---|---|
AddEndOfProgram ( |
||
AddInitializationCode ( |
||
BuildBoilerplateLoader ( ) : IEnumerable |
Method | Description | |
---|---|---|
AddJumpToEntryPoint ( |
||
GetEntryPointLabel ( |
||
ReplaceLabels ( List |
protected AddEndOfProgram ( |
||
linkedObject | ||
isMainProgram | bool | |
return | void |
protected AddInitializationCode ( |
||
linkedObject | ||
part | ||
return | void |
public AddObjectFile ( IEnumerable |
||
parts | IEnumerable |
Collection of CodeParts generated by the compiler |
return | System.Guid |
protected BuildBoilerplateLoader ( ) : IEnumerable |
||
return | IEnumerable |
public GetObjectFileEntryPointAddress ( System.Guid objectFileId ) : int | ||
objectFileId | System.Guid | |
return | int |