We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abf883a + 739f841 commit 59b7d1cCopy full SHA for 59b7d1c
1 file changed
docs/syntax.md
@@ -169,6 +169,6 @@ Note that the rules for assembly change dramatically from standard ZX BASIC, and
169
* Comments are begun with a semicolon (`;`) instead of an apostrophe (`'`).
170
* The assembler supports `DEFB` to define comma separated bytes, or a quote delimited string.
171
* The assembler supports `DEFS n,B` to shortcut a series of n bytes of value B.
172
-* The assembler supports it's own set of #directives, including [incbin](asm/incbin.md)
+* The assembler supports its own set of #directives, including [incbin](asm/incbin.md)
173
174
A novice user of assembly would be well advised to examine code held in the [library](library.md) for examples and usage.
0 commit comments