touched up raw memory access primitives

This commit is contained in:
hyunghwan.chung
2017-04-27 15:40:04 +00:00
parent b0a3b4aef7
commit 9ee7d9e110
3 changed files with 251 additions and 82 deletions

View File

@ -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)