home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / text_dtp / editor / turbotext / support / ttx_lang_asm.dfn < prev    next >
Text File  |  1995-07-10  |  3KB  |  310 lines

  1.  
  2. /** $VER: TTX_Lang_Asm.dfn 2.0 (24.8.93)
  3.  **
  4.  ** This definition file contains definitions necessary to use TurboText as an
  5.  ** Assembly language programmer's editor, using the CAPE or DEVPAC assemblers.
  6.  ** For reasons of readability, lower case is used for all opcodes and
  7.  ** for a few pseudo-ops. Note the letters b, w, l, and s. These are to
  8.  ** automate the case correction of instructions like move.b and bne.s.
  9.  **
  10.  ** Written by Rhett Anderson
  11.  **/
  12.  
  13.  
  14. DICTIONARY:
  15.  
  16.   abcd
  17.   add
  18.   adda
  19.   addi
  20.   addq
  21.   addx
  22.   and
  23.   andi
  24.   asl
  25.   asr
  26.   bcc
  27.   bhs
  28.   bcs
  29.   blo
  30.   beq
  31.   bge
  32.   bgt
  33.   bhi
  34.   ble
  35.   bls
  36.   blt
  37.   bmi
  38.   bne
  39.   bpl
  40.   bvc
  41.   bvs
  42.   bra
  43.   bchg
  44.   bclr
  45.   bset
  46.   bsr
  47.   btst
  48.   chk
  49.   clr
  50.   cmp
  51.   cmpa
  52.   cmpi
  53.   cmpm
  54.   dbcc
  55.   dbhs
  56.   dbcs
  57.   dblo
  58.   dbeq
  59.   dbge
  60.   dbgt
  61.   dbhi
  62.   dble
  63.   dbls
  64.   dblt
  65.   dbmi
  66.   dbne
  67.   dbpl
  68.   dbvc
  69.   dbvs
  70.   dbt
  71.   dbf
  72.   dbra
  73.   divs
  74.   divu
  75.   eor
  76.   eori
  77.   exg
  78.   ext
  79.   illegal
  80.   jmp
  81.   jsr
  82.   lea
  83.   link
  84.   lsl
  85.   lsr
  86.   move
  87.   movea
  88.   movec
  89.   movem
  90.   movep
  91.   moves
  92.   moveq
  93.   muls
  94.   mulu
  95.   nbcd
  96.   neg
  97.   negx
  98.   nop
  99.   not
  100.   or
  101.   ori
  102.   pea
  103.   reset
  104.   rol
  105.   ror
  106.   roxl
  107.   roxr
  108.   rte
  109.   rtd
  110.   rtr
  111.   rts
  112.   sbcd
  113.   scc
  114.   shs
  115.   scs
  116.   slo
  117.   seq
  118.   sge
  119.   sgt
  120.   shi
  121.   sle
  122.   sls
  123.   slt
  124.   smi
  125.   sne
  126.   spl
  127.   svc
  128.   svs
  129.   sf
  130.   st
  131.   stop
  132.   sub
  133.   suba
  134.   subi
  135.   subq
  136.   subx
  137.   swap
  138.   tas
  139.   tst
  140.   unlk
  141.   b
  142.   w
  143.   l
  144.   s
  145.   db
  146.   dc
  147.   dcb
  148.   ds
  149.   dl
  150.   dw
  151.   rs
  152.   rsreset
  153.   rsset
  154.   bss
  155.   bss_c
  156.   bss_f
  157.   code
  158.   code_c
  159.   code_f
  160.   data
  161.   data_c
  162.   data_f
  163.   d0
  164.   d1
  165.   d2
  166.   d3
  167.   d4
  168.   d5
  169.   d6
  170.   d7
  171.   a0
  172.   a1
  173.   a2
  174.   a3
  175.   a4
  176.   a5
  177.   a6
  178.   a7
  179.   sp
  180.   pc
  181.   r0
  182.   r1
  183.   r2
  184.   r3
  185.   r4
  186.   r5
  187.   r6
  188.   r7
  189.   r8
  190.   r9
  191.   r10
  192.   r11
  193.   r12
  194.   r13
  195.   r14
  196.   r15
  197.   _RS
  198.   ADDSYM
  199.   ALIGN
  200.   ASCII
  201.   AUTOXREF
  202.   BASEREG
  203.   BNRYONLY
  204.   CAPE
  205.   CNOP
  206.   COMMENT
  207.   CSTRING
  208.   CSYMFMT
  209.   DEBUG
  210.   ELSE
  211.   END
  212.   ENDC
  213.   ENDSRC
  214.   ENDM
  215.   ENDMAC
  216.   ENDR
  217.   ENTRY
  218.   EQU
  219.   EVEN
  220.   EXEOBJ
  221.   EXTERN
  222.   FAIL
  223.   _G2
  224.   IDENTIFY
  225.   IDNT
  226.   ISTRING
  227.   IFEQ
  228.   IFGE
  229.   IFGT
  230.   IFLE
  231.   IFLT
  232.   IFNE
  233.   IFD
  234.   IFND
  235.   IFC
  236.   IFNC
  237.   ELSEIF
  238.   IIF
  239.   INCDIR
  240.   INCBIN
  241.   INCLUDE
  242.   LIST
  243.   _LK
  244.   MACRO
  245.   MEXIT
  246.   NARG
  247.   NOLIST
  248.   NOOPTIM
  249.   NORMOBJ
  250.   OBJFILE
  251.   OFFSET
  252.   OPTIMON
  253.   OPT
  254.   ORG
  255.   ORIGIN
  256.   OUTPUT
  257.   PREASM
  258.   PSTRING
  259.   REPT
  260.   RESERVE
  261.   RORG
  262.   RORGIGIN
  263.   SECTION
  264.   SMALLOBJ
  265.   TEXT
  266.   XDEF
  267.   XREF
  268.   OPTION
  269.   PAGEON
  270.   NOPAGE
  271.   TITLE
  272.   PAGE
  273.   PLEN
  274.   LISTSYMS
  275.   LISFILE
  276.   LIST
  277.   LLEN
  278.   NOLIST
  279.   NOL
  280.   PAGEUP
  281.   TTL
  282.   BLANKS
  283.   CASEOFF
  284.   DOCASE
  285.   ERRFILE
  286.   EXECUTE
  287.   FAIL
  288.   FORMAT
  289.   LLEN
  290.   MASK2
  291.   NOBLANKS
  292.   NOFORMAT
  293.   NOOBJ
  294.   OFFSET
  295.   OVERLOAD
  296.   SPC
  297.   TRASHREG
  298.   SUBTTL
  299.   LISTCHAR
  300.   SET
  301.   REG
  302. #
  303.  
  304.  
  305. TEMPLATES:
  306.  
  307.   "MACRO @*n ENDM*n"
  308.   "REPT @*n ENDR*n"
  309. #
  310.