Implemented length storage of allocated memory
This commit is contained in:
@ -40,7 +40,7 @@ func (f *Function) CompileAssignArray(node *ast.Assign) error {
|
||||
return err
|
||||
}
|
||||
|
||||
memory.Offset = byte(offset)
|
||||
memory.Offset = int8(offset)
|
||||
} else {
|
||||
_, indexRegister, isTemporary, err := f.Evaluate(index)
|
||||
|
||||
|
Reference in New Issue
Block a user