We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd5ebc commit d34436fCopy full SHA for d34436f
README.md
@@ -13,7 +13,7 @@ This project is available via `PyPI`: `python -m pip install little-python-compu
13
14
## ISA
15
16
-|Numeric syntax |Mnemonic equivalent |Instruction |Description |Desctructive |
+|Numeric syntax |Mnemonic equivalent |Instruction |Description |Destructive |
17
|:--------------|:-------------------|:-----------|:-------------------------------------------------------------|:------------|
18
|`1xx` |`ADD` |`ADD` |Adds a number stored in a memory location `xx` to the `Accumulator` |`Yes` |
19
|`2xx` |`SUB` |`SUBTRACT` |Subtracts a number stored in a memory location `xx` from the `Accmumulator` |`Yes` |
0 commit comments