Merge pull request 'Add missing DEI instruction' (#5) from schierlm/compudanzas:day-3-dei into main

Reviewed-on: https://codeberg.org/sejo/compudanzas/pulls/5
This commit is contained in:
sejo 2021-09-20 00:50:20 +02:00
commit 0f935a676a
1 changed files with 1 additions and 1 deletions

View File

@ -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