X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/blobdiff_plain/0cd0f6f3f541f68fd5eabfc36f3ac724bfffde87..aa1914c32f7a14053c21c3a58091cf474af7ceb0:/stdlib/debug.pvvs diff --git a/stdlib/debug.pvvs b/stdlib/debug.pvvs index 4114d22..d272b6c 100644 --- a/stdlib/debug.pvvs +++ b/stdlib/debug.pvvs @@ -221,4 +221,19 @@ NSTTTTSTSN | JSR > 111010 (debug:printsign) NSTTTTSTTN | JSR > 111011 (debug:printmagnitude) NTN | RTS +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ +@ Name: +@ stdlib_version (111110) +@ Description: +@ Returns the version of the stdlib. +@ The version number should be a monotonically increasing integer. +@ Call Stack: +@ <-- TOS +@ Return Stack: +@ version_number <-- TOS +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ +NSSVTTTTTSN | Mark: 111110 (debug:printsignednumber) +SSSTN | PUSH 1 (version) +NTN | RTS + #endif