We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89d9a90 + 102ffde commit 2baf368Copy full SHA for 2baf368
1 file changed
src/parser/lang-6502.grammar
@@ -36,8 +36,8 @@ PseudoOp {
36
"ORG" | "EQU" | "END" | ".END" |
37
"ds" | "ds.b" | "ds.w" | "dc" | "dc.b" | "dc.w" | "seg" | "seg.u" |
38
"DS" | "DS.B" | "DS.W" | "DC" | "DC.B" | "DC.W" | "SEG" | "SEG.U" |
39
- ".byte" | ".word" |
40
- ".BYTE" | ".WORD" |
+ "byte" | "word" | ".byte" | ".word" |
+ "BYTE" | "WORD" | ".BYTE" | ".WORD" |
41
"subroutine" | "SUBROUTINE" |
42
"processor" | "PROCESSOR" |
43
"echo" | "repeat" | "repend" | "set" |
0 commit comments