Add missing DEI instruction

This commit is contained in:
schierlm 2021-09-19 15:17:22 +02:00
parent 001e7c69e1
commit 0c0e01a3c4
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