equi

A self-descriptive stack-based PC platform
git clone git://git.luxferre.top/equi.git
Log | Files | Refs | README | LICENSE

commit 21365cafc0a659bc7bec1815b44be6a8d589b5d3
parent 0a23370e4fbdf8ededd4bf1776c32c13fd8d2f0a
Author: Luxferre <lux@ferre>
Date:   Sat,  6 Aug 2022 00:09:53 +0300

Up

Diffstat:
Mequi.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/equi.md b/equi.md @@ -98,7 +98,7 @@ CR |`( -- )` |In the command mode, output a line break an `N`|`( a -- -a )` |Single-instruction negation (complement to 65536) `~`|`( a -- ~a )` |Bitwise NOT `&`|`( a b -- a&b )` |Bitwise AND -`|`|`( a b -- a|b )` |Bitwise OR +`\|`|`( a b -- a|b )` |Bitwise OR `^`|`( a b -- a^b )` |Bitwise XOR `.`|`( a -- ) ` |Output a character by the ASCII (or Unicode, if supported) value into the standard terminal `,`|`( -- a ) ` |Non-blocking key input of an ASCII (or Unicode, if supported) value from the standard terminal