X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/97f1536388bbcb8b607ea30fc0f3b69978603911..d5a0b33775da13d1589252f75f2f86b81ffff599:/stdlib/README.md diff --git a/stdlib/README.md b/stdlib/README.md index e0637d6..6c26770 100644 --- a/stdlib/README.md +++ b/stdlib/README.md @@ -78,9 +78,6 @@ to use the function. # Resource Reservations # -Since all labels share a global namespace, the standard library makes the -following reservations: - ## Entry Points ## @@ -98,6 +95,7 @@ header comment for each function to learn the call and return stack. 10000 ----- random (math.pvvs) 10001 ----- absolute value (math.pvvs) 10010 ----- greatest common divisor (math.pvvs) + 10011 ----- fastrand (math.pvvs) 011xxx - heap functions 11000 ----- memset (heap.pvvs) 11001 ----- memcpy (heap.pvvs) @@ -139,6 +137,9 @@ header comment for each function to learn the call and return stack. ## Labels ## +Since all labels share a global namespace, the standard library makes the +following reservations: + 00000000 0xxxxxxx - reserved for stdlib function entry points 00000000 1xxxxxxx - available for use in user programs 0xxxxxxx xxxxxxxx - reserved for private use by stdlib