From 0c0e01a3c48da4336b6cc5d4120b4a5ee648217f Mon Sep 17 00:00:00 2001 From: schierlm Date: Sun, 19 Sep 2021 15:17:22 +0200 Subject: [PATCH] Add missing DEI instruction --- src/uxn_tutorial_day_3.gmo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uxn_tutorial_day_3.gmo b/src/uxn_tutorial_day_3.gmo index e3e6573..3e19734 100644 --- a/src/uxn_tutorial_day_3.gmo +++ b/src/uxn_tutorial_day_3.gmo @@ -471,7 +471,7 @@ and use it with whatever byte we like: ``` #30 ?ASCII-DIGIT ( pushes 01 down into the stack ) #20 ?ASCII-DIGIT ( pushes 00 down into the stack ) -.Controller/key ?ASCII-DIGIT ( pushes a corresponding flag down into the stack ) +.Controller/key DEI ?ASCII-DIGIT ( pushes a corresponding flag down into the stack ) ``` ### duplicates for conditionals