X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/fc2c8ac7f0f21c0a93123424b1ef09cc53574b63..3625ff3a8ea0b61d744da30237e6ffc993a585fb:/stdlib/README.md diff --git a/stdlib/README.md b/stdlib/README.md index e56080f..3bff980 100644 --- a/stdlib/README.md +++ b/stdlib/README.md @@ -25,9 +25,21 @@ following reservations: The following labels are entry points to stdlib functions. Read the header comment for each function to learn the call and return stack. - stdio.pvvs: - 1000 - print string from stack - 1001 - print string from heap + 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) + 010xxx - math functions + 10001 ----- absolute value (math.pvvs) + 011xxx - unassigned + 100xxx - unassigned + 101xxx - unassigned + 110xxx - unassigned + 111xxx - conversion functions + 1xxxxxx - reserved for less common entry points + 1000000 ----- print sign of number (stdio.pvvs) + 1000001 ----- print magnitude of number (stdio.pvvs) # Misc #