You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/slu4-minimal-64x4/README.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,6 @@ The following instruction macros have been added in the ISA configuration file f
53
53
|`mqq`| zero page address | zero page address | Copies a 4 byte long at the first zero page address to the 4 bytes at the second zero page address |
54
54
|`mll`| abs address | abs address | Copies a 4 byte long at the first absolute address to the 4 bytes at the second absolute address |
55
55
|`miq`| immediate | zero page address | Copies an immediate 4-byte long to a zero page long |
56
-
|`inq_`| zero page address | - | Increments a 4 byte long at a zero page address. Fixes the bug with the built-in `INQ` instruction as of v1.1.0 of the Minimal 64x4 OS. |
57
56
58
57
### Assembly Syntax
59
58
**BespokeASM**'s syntax is close to the syntax that Carsten used for the Minimal 64x4's assembly language. However, there are some differences:
0 commit comments