Skip to content

Commit

Permalink
added byte/word/long to 6502 mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sehugg committed Nov 7, 2016
1 parent 32b32a7 commit ebf8192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mode/6502/6502.js
Expand Up @@ -18,6 +18,7 @@ CodeMirror.defineMode('6502', function(_config, parserConfig) {

var directives_list = [
'processor',
'byte','word','long',
'include','seg','dc','ds','dv','hex','err','org','rorg','echo','rend',
'align','subroutine','equ','eqm','set','mac','endm','mexit','ifconst',
'ifnconst','if','else','endif','eif','repeat','repend'];
Expand Down

0 comments on commit ebf8192

Please sign in to comment.