Advertisement
wallyweek

Notepad++ Z80 ASM syntax highlighting config file

Mar 4th, 2024 (edited)
849
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.37 KB | None | 0 0
  1. <NotepadPlus>
  2.     <UserLang name="Assembly Z80" ext="asm" udlVersion="2.1">
  3.         <Settings>
  4.             <Global caseIgnored="yes" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0"/>
  5.             <Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no"/>
  6.         </Settings>
  7.         <KeywordLists>
  8.             <Keywords name="Comments">00; 01 02 03 04</Keywords>
  9.             <Keywords name="Numbers, prefix1"/>
  10.             <Keywords name="Numbers, prefix2"># $ %</Keywords>
  11.             <Keywords name="Numbers, extras1">A B C D E F a b c d  e f</Keywords>
  12.             <Keywords name="Numbers, extras2"/>
  13.             <Keywords name="Numbers, suffix1"/>
  14.             <Keywords name="Numbers, suffix2"/>
  15.             <Keywords name="Numbers, range"/>
  16.             <Keywords name="Operators1">% &amp; ( ) * , / : \ ^ + =</Keywords>
  17.             <Keywords name="Operators2"/>
  18.             <Keywords name="Folders in code1, open"/>
  19.             <Keywords name="Folders in code1, middle"/>
  20.             <Keywords name="Folders in code1, close"/>
  21.             <Keywords name="Folders in code2, open"/>
  22.             <Keywords name="Folders in code2, middle"/>
  23.             <Keywords name="Folders in code2, close"/>
  24.             <Keywords name="Folders in comment, open"/>
  25.             <Keywords name="Folders in comment, middle"/>
  26.             <Keywords name="Folders in comment, close"/>
  27.             <Keywords name="Keywords1">adc add and bit call ccf cp cpd cpdr cpi cpir cpl daa dec di djnz ei ex exx halt im in inc ind indr ini inir jp jr ld ldd lddr ldi ldir neg nop or otdr otir out outd outi pop push res ret reti retn rl rla rlc rlca rld rr rra rrc rrca rrd rst sbc scf set sla sll sra srl sub xor</Keywords>
  28.             <Keywords name="Keywords2">alias align break case db defb defs defw ds dw else end endif endm endr ends equ error expand if ifdef ifndef incbin include list macro message messg noexpand nolist org processor repeat rept rorg seg segu set switch unalias unset warning</Keywords>
  29.             <Keywords name="Keywords3">a af  b bc c d de e h hl i ix ixh ixl iy iyh iyl l r sp m nc nz p pe pm po z</Keywords>
  30.             <Keywords name="Keywords4"/>
  31.             <Keywords name="Keywords5"/>
  32.             <Keywords name="Keywords6"/>
  33.             <Keywords name="Keywords7"/>
  34.             <Keywords name="Keywords8"/>
  35.             <Keywords name="Delimiters">00' 01 02' 03" 04 05" 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23</Keywords>
  36.         </KeywordLists>
  37.         <Styles>
  38.             <WordsStyle name="DEFAULT" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="0" nesting="0"/>
  39.             <WordsStyle name="COMMENTS" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="256"/>
  40.             <WordsStyle name="LINE COMMENTS" fgColor="FF0000" bgColor="000000" fontName="" fontStyle="2" nesting="512"/>
  41.             <WordsStyle name="NUMBERS" fgColor="0080C0" bgColor="000000" fontName="" fontStyle="0" nesting="0"/>
  42.             <WordsStyle name="KEYWORDS1" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="1" nesting="0"/>
  43.             <WordsStyle name="KEYWORDS2" fgColor="00FFFF" bgColor="000000" fontName="" fontStyle="1" nesting="0"/>
  44.             <WordsStyle name="KEYWORDS3" fgColor="FF80FF" bgColor="000000" fontName="" fontStyle="0" nesting="0"/>
  45.             <WordsStyle name="KEYWORDS4" fgColor="800080" bgColor="000000" fontName="" fontStyle="0" nesting="0"/>
  46.             <WordsStyle name="KEYWORDS5" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0"/>
  47.             <WordsStyle name="KEYWORDS6" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0"/>
  48.             <WordsStyle name="KEYWORDS7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0"/>
  49.             <WordsStyle name="KEYWORDS8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0"/>
  50.             <WordsStyle name="OPERATORS" fgColor="FF8040" bgColor="000000" fontName="" fontStyle="0" nesting="0"/>
  51.             <WordsStyle name="FOLDER IN CODE1" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0"/>
  52.             <WordsStyle name="FOLDER IN CODE2" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0"/>
  53.             <WordsStyle name="FOLDER IN COMMENT" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0"/>
  54.             <WordsStyle name="DELIMITERS1" fgColor="FFFF80" bgColor="000000" fontName="" fontStyle="0" nesting="0"/>
  55.             <WordsStyle name="DELIMITERS2" fgColor="FFFF80" bgColor="000000" fontName="" fontStyle="0" nesting="0"/>
  56.             <WordsStyle name="DELIMITERS3" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0"/>
  57.             <WordsStyle name="DELIMITERS4" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0"/>
  58.             <WordsStyle name="DELIMITERS5" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0"/>
  59.             <WordsStyle name="DELIMITERS6" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0"/>
  60.             <WordsStyle name="DELIMITERS7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0"/>
  61.             <WordsStyle name="DELIMITERS8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0"/>
  62.         </Styles>
  63.     </UserLang>
  64. </NotepadPlus>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement