Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,6 @@ Note that the rules for assembly change dramatically from standard ZX BASIC, and
* Comments are begun with a semicolon (`;`) instead of an apostrophe (`'`).
* The assembler supports `DEFB` to define comma separated bytes, or a quote delimited string.
* The assembler supports `DEFS n,B` to shortcut a series of n bytes of value B.
* 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)

A novice user of assembly would be well advised to examine code held in the [library](library.md) for examples and usage.
Loading