41 'LANG_NAME' =>
'MOS 6502 (6510) TASM/64TASS 1.46 Assembler format',
42 'COMMENT_SINGLE' => array(1 =>
';'),
43 'COMMENT_MULTI' => array(),
45 'QUOTEMARKS' => array(
"'",
'"'),
50 'adc',
'and',
'asl',
'bcc',
'bcs',
'beq',
'bit',
'bmi',
51 'bne',
'bpl',
'brk',
'bvc',
'bvs',
'clc',
'cld',
'cli',
52 'clv',
'cmp',
'cpx',
'cpy',
'dec',
'dex',
'dey',
'eor',
53 'inc',
'inx',
'iny',
'jmp',
'jsr',
'lda',
'ldx',
'ldy',
54 'lsr',
'nop',
'ora',
'pha',
'php',
'pla',
'plp',
'rol',
55 'ror',
'rti',
'rts',
'sbc',
'sec',
'sed',
'sei',
'sta',
56 'stx',
'sty',
'tax',
'tay',
'tsx',
'txa',
'txs',
'tya',
65 '.al',
'.align',
'.as',
'.assert',
'.binary',
'.byte',
'.cerror',
'.char',
66 '.comment',
'.cpu',
'.cwarn',
'.databank',
'.dpage',
'.else',
'.elsif',
67 '.enc',
'.endc',
'.endif',
'.endm',
'.endp',
'.error',
'.fi',
'.fill',
68 '.for',
'.here',
'.if',
'.ifeq',
'.ifmi',
'.ifne',
'.ifpl',
69 '.include',
'.int',
'.logical',
'.long',
'.macro',
'.next',
'.null',
'.offs',
70 '.page',
'.pend',
'.proc',
'.rept',
'.rta',
'.shift',
'.text',
'.warn',
'.word',
81 'ahx',
'alr',
'anc',
'ane',
'arr',
'asr',
'axs',
'dcm',
82 'dcp',
'ins',
'isb',
'isc',
'jam',
'lae',
'las',
'lax',
83 'lds',
'lxa',
'rla',
'rra',
'sax',
'sbx',
'sha',
'shs',
84 'shx',
'shy',
'slo',
'sre',
'tas',
'xaa',
89 'bra',
'dea',
'gra',
'ina',
'phx',
'phy',
'plx',
'ply',
94 'brl',
'cop',
'jml',
'jsl',
'mvn',
'mvp',
'pea',
'pei',
95 'per',
'phb',
'phd',
'phk',
'plb',
'pld',
'rep',
'rtl',
96 'sep',
'stp',
'swa',
'tad',
'tcd',
'tcs',
'tda',
97 'tdc',
'tsa',
'tsc',
'txy',
'tyx',
'wai',
'xba',
'xce',
106 '*=',
'#',
'<',
'>',
'`',
'=',
'<',
'>',
107 '!=',
'>=',
'<=',
'+',
'-',
'*',
'/',
'//',
'|',
108 '^',
'&',
'<<',
'>>',
'-',
'~',
'!',
110 'CASE_SENSITIVE' => array(
122 1 =>
'color: #00f; font-weight:bold;',
123 2 =>
'color: #00f; font-weight:bold;',
124 3 =>
'color: #080; font-weight:bold;',
125 4 =>
'color: #f00; font-weight:bold;',
126 5 =>
'color: #80f; font-weight:bold;',
127 6 =>
'color: #f08; font-weight:bold;',
128 7 =>
'color: #a04; font-weight:bold; font-style: italic;',
131 1 =>
'color: #999; font-style: italic;',
133 'ESCAPE_CHAR' => array(
134 0 =>
'color: #009; font-weight: bold;' 167 'OBJECT_SPLITTERS' => array(
177 'SCRIPT_DELIMITERS' => array(
179 'HIGHLIGHT_STRICT_BLOCK' => array(
182 'PARSER_CONTROL' => array(
184 'PRECHECK_RX' =>
'/[\da-fA-F\.\$\%]/' const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_NUMBER_BIN_PREFIX_PERCENT
Number format to highlight binary numbers with a prefix %.
const GESHI_NEVER
#+ private
const GESHI_NUMBER_HEX_PREFIX_DOLLAR
Number format to highlight hex numbers with a prefix $.
const GESHI_NUMBER_INT_BASIC
Basic number format for integers.
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.