41 'LANG_NAME' =>
'MOS 6502 (6510) ACME Cross 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 '!8',
'!08',
'!by',
'!byte',
66 '!16',
'!wo',
'!word',
85 '!do',
'while',
'until',
87 '!warn',
'!error',
'!serious',
93 '!al',
'!as',
'!rl',
'!rs',
102 'anc',
'arr',
'asr',
'dcp',
'dop',
'isc',
'jam',
'lax',
103 'rla',
'rra',
'sax',
'sbx',
'slo',
'sre',
'top',
108 'bra',
'phx',
'phy',
'plx',
'ply',
'stz',
'trb',
'tsb' 112 'brl',
'cop',
'jml',
'jsl',
'mvn',
'mvp',
'pea',
'pei',
113 'per',
'phb',
'phd',
'phk',
'plb',
'pld',
'rep',
'rtl',
114 'sep',
'tcd',
'tcs',
'tdc',
'tsc',
'txy',
'tyx',
'wdm',
125 'not',
'div',
'mod',
'xor',
'or',
'sin',
'cos',
'tan',
126 'arcsin',
'arccos',
'arctan',
'int',
'float',
133 '*=',
'#',
'!',
'^',
'-',
'*',
'/',
134 '%',
'+',
'-',
'<<',
'>>',
'>>>',
135 '<',
'>',
'^',
'<=',
'<',
'>=',
'>',
'!=',
138 'CASE_SENSITIVE' => array(
151 1 =>
'color: #00f; font-weight:bold;',
152 2 =>
'color: #00f; font-weight:bold;',
153 3 =>
'color: #080; font-weight:bold;',
154 4 =>
'color: #f00; font-weight:bold;',
155 5 =>
'color: #80f; font-weight:bold;',
156 6 =>
'color: #f08; font-weight:bold;',
157 7 =>
'color: #a04; font-weight:bold; font-style: italic;',
161 1 =>
'color: #999; font-style: italic;',
163 'ESCAPE_CHAR' => array(
164 0 =>
'color: #009; font-weight: bold;' 186 , 1 =>
'color: #933;' 202 'OBJECT_SPLITTERS' => array(
213 0 =>
'\%[\.\#]{1,64}',
215 1 =>
'\.[_a-zA-Z][_a-zA-Z0-9]*',
218 'SCRIPT_DELIMITERS' => array(
220 'HIGHLIGHT_STRICT_BLOCK' => array(
223 'PARSER_CONTROL' => array(
225 'PRECHECK_RX' =>
'/[\da-fA-F\.\$\%]/' const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_NUMBER_HEX_PREFIX
Number format to highlight hex numbers with a prefix 0x.
const GESHI_NUMBER_BIN_PREFIX_PERCENT
Number format to highlight binary numbers with a prefix %.
const GESHI_NUMBER_FLT_NONSCI
Number format to highlight floating-point numbers without support for scientific notation.
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.