Implemented length storage of allocated memory
This commit is contained in:
@ -24,5 +24,5 @@ func (a *Assembler) SetData(label string, bytes []byte) {
|
||||
a.Data = data.Data{}
|
||||
}
|
||||
|
||||
a.Data[label] = bytes
|
||||
a.Data.Insert(label, bytes)
|
||||
}
|
||||
|
Reference in New Issue
Block a user