X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/1a56830da1b5753f31d9a4b2b96cfc6a45d7d2d8..d63de3fa849451796c2381723d042f254d434670:/stdlib/README.md diff --git a/stdlib/README.md b/stdlib/README.md index 2bba7d5..348cc76 100644 --- a/stdlib/README.md +++ b/stdlib/README.md @@ -33,7 +33,10 @@ header comment for each function to learn the call and return stack. 010xxx - math functions 10000 ----- random (math.pvvs) 10001 ----- absolute value (math.pvvs) - 011xxx - unassigned + 011xxx - heap functions + 11000 ----- memset (heap.pvvs) + 11001 ----- memcpy (heap.pvvs) + 11010 ----- memrand (heap.pvvs) 100xxx - unassigned 101xxx - unassigned 110xxx - conversion functions