Implemented environment type
This commit is contained in:
parent
1268344238
commit
96ac298980
15 changed files with 67 additions and 51 deletions
|
@ -9,7 +9,7 @@ type compiler struct {
|
|||
dataLabels map[string]Address
|
||||
codePointers []*pointer
|
||||
dataPointers []*pointer
|
||||
codeStart Address
|
||||
dlls dll.List
|
||||
dllPointers []*pointer
|
||||
dlls dll.List
|
||||
codeStart Address
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue