aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomsmeding <hallo@tomsmeding.nl>2015-12-17 20:28:17 +0100
committertomsmeding <hallo@tomsmeding.nl>2015-12-17 20:28:17 +0100
commit96813b6b690076ef904995a90395baafa5c4bd41 (patch)
treeb48d4a150bcbfcde9576f59ee12ceb518a0213fd
parentbe7d53bdb640561b3b246845e98cf329d61f3705 (diff)
specify integer size in documentation
-rw-r--r--rip-lang.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/rip-lang.txt b/rip-lang.txt
index 2ddc1ed..60ba5e5 100644
--- a/rip-lang.txt
+++ b/rip-lang.txt
@@ -1,7 +1,7 @@
Rip -- a stack-based rip language
=================================
-All stack items are integers, of unspecified but reasonable size
+All stack items are signed bigints.
0-9: push value
P: pop