From: Aaron Taylor Date: Sun, 28 Jul 2019 20:19:43 +0000 (-0700) Subject: Minor updates to stack.pvvs related to adding tests. X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/commitdiff_plain/0c9dd57b20649d8f8213429dc063996809688bb1 Minor updates to stack.pvvs related to adding tests. --- diff --git a/stdlib/stack.pvvs b/stdlib/stack.pvvs index 8705c6a..b6ef808 100644 --- a/stdlib/stack.pvvs +++ b/stdlib/stack.pvvs @@ -217,8 +217,8 @@ NTN | RTS @ deepdup @ Description: @ Duplicates an item deep on the stack, placing the duplicate on TOS. -@ By default, maximum depth is 11. -@ True maximum depth is (max depth of stackrotate & stackrotatereverse)-3. +@ By default, maximum depth is 13. +@ True maximum depth is (max depth of stackrotate & stackrotatereverse)-1. @ Call Stack: @ stack word n @ ... diff --git a/stdlib_tests/1003_deepdup.pvvs b/stdlib_tests/1003_deepdup.pvvs index ead3319..faaccf7 100644 --- a/stdlib_tests/1003_deepdup.pvvs +++ b/stdlib_tests/1003_deepdup.pvvs @@ -12,7 +12,6 @@ SSSTN | PUSH 1 SSSTN | PUSH 1 SSSTN | PUSH 1 -@SSSTTTSN | PUSH 14 SSSTTSTN | PUSH 13 NSTTTSSN | JSR > 1100 (deepdup) SSSTSN | PUSH 2