Skip to content

Commit d34436f

Browse files
authored
Update README.md
1 parent 1dd5ebc commit d34436f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This project is available via `PyPI`: `python -m pip install little-python-compu
1313

1414
## ISA
1515

16-
|Numeric syntax |Mnemonic equivalent |Instruction |Description |Desctructive |
16+
|Numeric syntax |Mnemonic equivalent |Instruction |Description |Destructive |
1717
|:--------------|:-------------------|:-----------|:-------------------------------------------------------------|:------------|
1818
|`1xx` |`ADD` |`ADD` |Adds a number stored in a memory location `xx` to the `Accumulator` |`Yes` |
1919
|`2xx` |`SUB` |`SUBTRACT` |Subtracts a number stored in a memory location `xx` from the `Accmumulator` |`Yes` |

0 commit comments

Comments
 (0)