Skip to content

Commit 2baf368

Browse files
authored
Merge pull request #236 from fredsa/patch-4
6502 support byte/word without dot prefix
2 parents 89d9a90 + 102ffde commit 2baf368

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/parser/lang-6502.grammar

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ PseudoOp {
3636
"ORG" | "EQU" | "END" | ".END" |
3737
"ds" | "ds.b" | "ds.w" | "dc" | "dc.b" | "dc.w" | "seg" | "seg.u" |
3838
"DS" | "DS.B" | "DS.W" | "DC" | "DC.B" | "DC.W" | "SEG" | "SEG.U" |
39-
".byte" | ".word" |
40-
".BYTE" | ".WORD" |
39+
"byte" | "word" | ".byte" | ".word" |
40+
"BYTE" | "WORD" | ".BYTE" | ".WORD" |
4141
"subroutine" | "SUBROUTINE" |
4242
"processor" | "PROCESSOR" |
4343
"echo" | "repeat" | "repend" | "set" |

0 commit comments

Comments
 (0)