touched up raw memory access primitives
This commit is contained in:
@ -338,7 +338,7 @@ a := System _malloc(200).
|
||||
i := 0.
|
||||
while (i < 26)
|
||||
{
|
||||
a putUint8(i, ($A asInteger + i)).
|
||||
a putUint32(i, ($A asInteger + i)).
|
||||
i := i + 1.
|
||||
}.
|
||||
while (i > 0)
|
||||
|
Reference in New Issue
Block a user