home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / Topware / Scriptworx / _SETUP.1 / assembler.sch < prev    next >
Text File  |  2000-06-05  |  6KB  |  173 lines

  1. object TPersHolder
  2.   P.Name = 'Assembler'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       FIText = 0
  8.       FIIntNum = 1
  9.       FIFloatNum = 2
  10.       FIHexNum = 3
  11.       UseComments = True
  12.       UseSingleLineComments = True
  13.       UseStrings = True
  14.       UseSingleLineStrings = True
  15.       UseNumbers = True
  16.       UseSuffixedNumbers = True
  17.       UseMultipleNumSuffixes = False
  18.       UseKeywords = True
  19.       BlockDelimiters = <>
  20.       SingleLineCommentDelimiters = <
  21.         item
  22.           FontID = 4
  23.           LeftDelimiter = ';'
  24.         end>
  25.       SingleLineStringDelimiters = <
  26.         item
  27.           FontID = 5
  28.           LeftDelimiter = #39
  29.           RightDelimiter = #39
  30.         end
  31.         item
  32.           FontID = 6
  33.           LeftDelimiter = '"'
  34.           RightDelimiter = '"'
  35.         end>
  36.       NumSuffixes = <
  37.         item
  38.           LeftDelimiter = 'h'
  39.         end>
  40.       KeywordSets = <
  41.         item
  42.           FontID = 7
  43.           Name = 'OpCodes'
  44.           Keywords = 
  45.             'AAA,AAD,AAM,AAS,ADC,ADD,AND,ARPL,BOUND,BSF,BSR,BSWAP,BT,BTC,BTR,' +
  46.             'BTS,CALL,CBW,CDQ,CLC,CLD,CLI,CLTS,CMC,CMP,CMPS,CMPSB,CMPSD,CMPSW' +
  47.             ',CMPXCHG,CWD,CWDE,DAA,DAS,DEC,DIV,ENTER,ESC,F2XM1,FABS,FADD,FADD' +
  48.             'P,FBLD,FBSTP,FCHS,FCLEX,FCOM,FCOMP,FCOMPP,FCOS,FDECSTP,FDISI,FDI' +
  49.             'V,FDIVP,FDIVR,FDIVRP,FENI,FFREE,FIADD,FICOM,FICOMP,FIDIV,FIDIVR,' +
  50.             'FILD,FIMUL,FINCSTP,FINIT,FIST,FISTP,FISUB,FISUBR,FLD,FLD1,FLDCW,' +
  51.             'FLDENV,FLDL2E,FLDL2T,FLDLG2,FLDLN2,FLDPI,FLDZ,FMUL,FMULP,FNCLEX,' +
  52.             'FNDISI,FNENI,FNINIT,FNOP,FNSAVE,FNSTCW,FNSTENV,FNSTSW,FPATAN,FPR' +
  53.             'EM,FPREM1,FPTAN,FRNDINT,FRSTOR,FSAVE,FSCALE,FSETPM,FSIN,FSINCOS,' +
  54.             'FSQRT,FST,FSTCW,FSTENV,FSTP,FSTSW,FSUB,FSUBP,FSUBR,FSUBRP,FTST,F' +
  55.             'UCOM,FUCOMP,FUCOMPP,FWAIT,FXAM,FXCH,FXTRACT,FYL2X,FYL2XP1,HLT,ID' +
  56.             'IV,IMUL,IN,INC,INSB,INSD,INSW,INT,INTO,INVD,INVLPG,IRET,IRETD,JA' +
  57.             ',JAE,JB,JBE,JC,JCXZ,JE,JECXZ,JG,JGE,JL,JLE,JMP,JNA,JNAE,JNB,JNBE' +
  58.             ',JNC,JNE,JNG,JNGE,JNL,JNLE,JNO,JNP,JNS,JNZ,JO,JP,JPE,JPO,JS,JZ,L' +
  59.             'AHF,LAR,LDS,LEA,LEAVE,LES,LFS,LGDT,LGS,LIDT,LLDT,LMSW,LOCK,LODS,' +
  60.             'LODSB,LODSD,LODSW,LOOP,LOOPD,LOOPDE,LOOPDNE,LOOPDNZ,LOOPDZ,LOOPE' +
  61.             ',LOOPNE,LOOPNZ,LOOPZ,LSL,LSS,LTR,MOV,MOVS,MOVSB,MOVSD,MOVSW,MOVS' +
  62.             'X,MOVZX,MUL,NEG,NOP,NOT,OR,OUT,OUTSB,OUTSD,OUTSW,POP,POPA,POPAD,' +
  63.             'POPF,POPFD,PUSH,PUSHA,PUSHAD,PUSHF,PUSHFD,RCL,RCR,REP,REPE,REPNE' +
  64.             ',REPNZ,REPZ,RET,RETF,RETN,ROL,ROR,SAHF,SAL,SAR,SBB,SCAS,SCASB,SC' +
  65.             'ASD,SCASW,SEGCS,SEGDS,SEGES,SEGFS,SEGGS,SEGSS,SETA,SETAE,SETB,SE' +
  66.             'TBE,SETC,SETE,SETG,SETGE,SETL,SETLE,SETNA,SETNAE,SETNB,SETNBE,SE' +
  67.             'TNC,SETNE,SETNG,SETNGE,SETNL,SETNLE,SETNO,SETNP,SETNS,SETNZ,SETO' +
  68.             ',SETP,SETPE,SETPO,SETS,SETZ,SGDT,SHL,SHLD,SHR,SHRD,SIDT,SLDT,SMS' +
  69.             'W,STC,STD,STI,STOS,STOSB,STOSD,STOSW,STR,SUB,TEST,VERR,VERW,WAIT' +
  70.             ',WBINVD,XADD,XCHG,XLAT,XOR'
  71.         end
  72.         item
  73.           FontID = 8
  74.           Name = 'Operands'
  75.           Keywords = 
  76.             'AH,AL,AND,AX,BH,BL,BP,BX,BYTE,CH,CL,CS,CX,DH,DI,DL,DS,DWORD,DX,E' +
  77.             'AX,EBP,EBX,ECX,EDI,EDX,EIP,ES,ESI,ESP,FS,GS,HIGH,LOW,MOD,NOT,OFF' +
  78.             'SET,OR,PTR,QWORD,SHL,SHR,SI,SP,SS,ST,TBYTE,TYPE,WORD,XOR'
  79.         end
  80.         item
  81.           FontID = 9
  82.           Name = 'Directives'
  83.           Keywords = 
  84.             'ASSUME,COMMENT,DB,DD,DQ,DT,DW,END,ENDM,ENDP,ENDS,EQ,EQU,EXITM,EX' +
  85.             'TRN,FAR,GE,GROUP,GT,INCLUDE,LABEL,LARGE,LE,LENGTH,LOCAL,LT,MACRO' +
  86.             ',MASK,NAME,NEAR,ORG,PAGE,PROC,PUBLIC,PURGE,RECORD,REPT,SEG,SEGME' +
  87.             'NT,SHORT,SIZE,SMALL,STRUC,SUBTTL,SYMTYPE,THIS,TITLE,WIDTH'
  88.         end>
  89.     end>
  90.   P.FontTable = <
  91.     item
  92.       FontID = 0
  93.       Font.Charset = DEFAULT_CHARSET
  94.       Font.Color = clBlack
  95.       Font.Height = -13
  96.       Font.Name = 'Courier New'
  97.       Font.Style = []
  98.     end
  99.     item
  100.       FontID = 1
  101.       Font.Charset = DEFAULT_CHARSET
  102.       Font.Color = clGreen
  103.       Font.Height = -13
  104.       Font.Name = 'Courier New'
  105.       Font.Style = []
  106.     end
  107.     item
  108.       FontID = 2
  109.       Font.Charset = DEFAULT_CHARSET
  110.       Font.Color = clGreen
  111.       Font.Height = -13
  112.       Font.Name = 'Courier New'
  113.       Font.Style = []
  114.     end
  115.     item
  116.       FontID = 3
  117.       Font.Charset = DEFAULT_CHARSET
  118.       Font.Color = clGreen
  119.       Font.Height = -13
  120.       Font.Name = 'Courier New'
  121.       Font.Style = []
  122.     end
  123.     item
  124.       FontID = 4
  125.       Font.Charset = DEFAULT_CHARSET
  126.       Font.Color = clGray
  127.       Font.Height = -13
  128.       Font.Name = 'Courier New'
  129.       Font.Style = [fsItalic]
  130.     end
  131.     item
  132.       FontID = 5
  133.       Font.Charset = DEFAULT_CHARSET
  134.       Font.Color = clMaroon
  135.       Font.Height = -13
  136.       Font.Name = 'Courier New'
  137.       Font.Style = []
  138.     end
  139.     item
  140.       FontID = 6
  141.       Font.Charset = DEFAULT_CHARSET
  142.       Font.Color = clMaroon
  143.       Font.Height = -13
  144.       Font.Name = 'Courier New'
  145.       Font.Style = []
  146.     end
  147.     item
  148.       FontID = 7
  149.       Font.Charset = DEFAULT_CHARSET
  150.       Font.Color = clBlue
  151.       Font.Height = -13
  152.       Font.Name = 'Courier New'
  153.       Font.Style = [fsBold]
  154.     end
  155.     item
  156.       FontID = 8
  157.       Font.Charset = DEFAULT_CHARSET
  158.       Font.Color = clBlue
  159.       Font.Height = -13
  160.       Font.Name = 'Courier New'
  161.       Font.Style = []
  162.     end
  163.     item
  164.       FontID = 9
  165.       Font.Charset = DEFAULT_CHARSET
  166.       Font.Color = clNavy
  167.       Font.Height = -13
  168.       Font.Name = 'Courier New'
  169.       Font.Style = [fsBold]
  170.     end>
  171.   P.SyntaxVersion = 2
  172. end
  173.