+.BYT, .BYTE
Define byte sized data. Must be followed by a sequence of (byte ranged)
expressions or strings.
@@ -744,7 +744,8 @@ Here's a list of all control commands and a description, what they do:
Example:
- .byte "Hello world", $0D, $00
+ .byte "Hello "
+ .byt "world", $0D, $00
@@ -1180,6 +1181,15 @@ Here's a list of all control commands and a description, what they do:
at character is not allowed to start an identifier, even with this
feature enabled.
+ leading_dot_in_identifiers
+
+ Accept the dot (`.') as the first character of an identifier. This may be
+ used for example to create macro names that start with a dot emulating
+ control directives of other assemblers. Note however, that none of the
+ reserved keywords built into the assembler, that starts with a dot, may be
+ overridden. When using this feature, you may also get into trouble if
+ later versions of the assembler define new keywords starting with a dot.
+
pc_assignment
Allow assignments to the PC symbol (`*' or `$' if