From af42ac0a082c90b6dfced76cd1ecdf5091e22c7e Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Sun, 21 Jun 2026 23:31:08 +0200 Subject: yippie --- doc/0/0-value.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/0/0-value.md') diff --git a/doc/0/0-value.md b/doc/0/0-value.md index 4bb7e0c..16e1a58 100644 --- a/doc/0/0-value.md +++ b/doc/0/0-value.md @@ -166,21 +166,21 @@ with small payload values here: There is room for over 268 Million 16-bit types The final 51-bit range is used for various internal purposes by the Zisp interpreter, mostly related to transparent code optimization. - 000 :: Pointer to heap object as constant + 000 :: Pointer to heap object as constant - 001 :: Pointer to list values as constant + 001 :: Pointer to list values as constant - 010 :: Pointer to istr object as constant + 010 :: Pointer to istr object as constant - 011 :: Immediate short string as constant + 011 :: Immediate short string as constant - 100 :: Local variable reference by index + 100 :: Local variable reference by index - 101 :: Pointer to constant function-call expression + 101 :: Pointer to constant function-call expression - 110 :: Pointer to variable function-call expression + 110 :: Pointer to variable function-call expression - 111 :: Pointer to special-form or macro-call expression + 111 :: Pointer to special-form or macro-call expression Forbidden Value #4, Positive Infinity, is avoided thanks to the fact that heap pointers always have a non-zero heap-type tag. (See further above.) -- cgit v1.2.3