Skip to content

Commit

Permalink
Merge pull request #1 from decrazyo/master
Browse files Browse the repository at this point in the history
add ca65 predefined macro packages
  • Loading branch information
ksherlock authored Jul 7, 2022
2 parents d2a2e53 + 4dda716 commit f85bd90
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Syntaxes/ca65.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -240,3 +240,13 @@ contexts:
- match: \b(?i:RTN|SET|LD|LDD|ST|STD|POP|POPD|STP|ADD|SUB|CPR|INR|DCR|BR|BNC|BC|BP|BM|BZ|BNZ|BM1|BNM1|BK|RS|BS)\b
scope: keyword.mnemonic.sweet16
set: operand

mnemonics-macpack-generic:
- match: \b(?i:ADD|SUB|BGE|BLT|BGT|BLE|BNZ|BZE)\b
scope: keyword.mnemonic.macpack.generic
set: operand

mnemonics-macpack-longbranch:
- match: \b(?i:JEQ|JNE|JMI|JPL|JCS|JCC|JVS|JVC)\b
scope: keyword.mnemonic.macpack.longbranch
set: operand

0 comments on commit f85bd90

Please sign in to comment.