allow immedite style syntax variation for BRK signature byte

This commit is contained in:
bbbradsmith
2023-02-25 08:23:47 -05:00
parent 3f8252311e
commit 3d41a5b516
4 changed files with 20 additions and 10 deletions

View File

@@ -445,6 +445,7 @@ byte. If omitted, the assembler will only produce only 1 byte.
<tscreen><verb>
brk ; 1-byte: $00
brk $34 ; 2-bytes: $00 $34
brk #$34 ; 2-bytes: $00 $34
</verb></tscreen>