X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/b8b65c17f7c4cfbe7f1d2f6b76580d40afe51526..dc920fb56406647147a52dee6ad09e02fb16b638:/stdlib/README.md diff --git a/stdlib/README.md b/stdlib/README.md index 12a5ff6..7508410 100644 --- a/stdlib/README.md +++ b/stdlib/README.md @@ -32,10 +32,11 @@ The following labels are entry points to stdlib functions. Read the header comment for each function to learn the call and return stack. 000xxx - reserved - 001xxx - print functions - 1000 ----- print string from stack (stdio.pvvs) - 1001 ----- print string from heap (stdio.pvvs) - 1010 ----- print number from stack (stdio.pvvs) + 001xxx - core functions + 1000 ----- printf (stdio.pvvs) + 1001 ----- print number from stack (stdio.pvvs) + 1010 ----- stackrotate (stack.pvvs) + 1011 ----- stackrotatereverse (stack.pvvs) 010xxx - math functions 10000 ----- random (math.pvvs) 10001 ----- absolute value (math.pvvs)