home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_10 / DEVELOP.LZH / DSP / DSPDEBUG / ASMNDX.HLP < prev    next >
Text File  |  1992-08-23  |  2KB  |  74 lines

  1.  {A}    {ABS}    Absolute value
  2.     {ADC}    Add Long with Carry
  3.     {ADD}    Add
  4.     {ADDL}    Shift Left and Add Accumulators
  5.     {ADDR}    Shift Right and Add Accumulators
  6.     {AND}    Logical AND
  7.     {ANDI}    AND Immediate with Control Register
  8.     {ASL}    Aritmetic Shift Accumulator Left
  9.     {ASR}    Arithmetic Shift Accumulator Right
  10.  {B}    {BCHG}    Bit Test and Change
  11.     {BCLR}    Bit Test and Clear
  12.     {BSET}    Bit Test and Set
  13.     {BTST}    Bit Test
  14.  {C}    {CLR}    Clear Accumulator
  15.     {CMP}    Compare
  16.     {CMPM}    Compare Magnitude
  17.  {D}    {DIV}    Divide Iteration
  18.     {DO}    Start Hardware Loop
  19.  {E}    {ENDDO}    End Current DO Loop
  20.     {EOR}    Logical Exclusif OR
  21.  {I}    {ILLEGAL}    Illegal Instruction Interrupt
  22.  {J}    {Jcc}    Jump Conditionally
  23.     {JCLR}    Jump if Bit Clear
  24.     {JMP}    Jump
  25.     {JScc}    Jump to Subroutine Conditionally
  26.     {JSCLR}    Jump to Subroutine if Bit Clear
  27.     {JSET}    Jump if Bit Set
  28.     {JSR}    Jump to Subroutine
  29.     {JSSET}    Jump to Subroutine if Bit Set
  30.  {L}    {LSL}    Logical Shift Left
  31.     {LSR}    Logical Shift Right
  32.     {LUA}    Load Update Address
  33.  {M}    {MAC}    Signed Multiply-Accumulate
  34.     {MACR}    Signed Multiply-Accumulate and Round
  35.     {MOVE}    Move Data
  36.     {I}    Immediate Short Data Move
  37.     {R}    Register to Register Data Move
  38.     {U}    Address Register Update
  39.     {X:}    X Memory Data Move
  40.     {X:R}    X Memory and Register Data Move
  41.     {Y:}    Y Memory Data Move
  42.     {R:Y}    Register and Y Memory Data Move
  43.     {L:},    Long Memory Data Move
  44.     {X:Y},    X Y Memory Data Move
  45.     {MOVEC}    Move Control Register
  46.     {MOVEM}    Move Program Memory
  47.     {MOVEP}    Move Peripheral Data
  48.     {MPY}    Signed Multiply
  49.     {MPYR}    Signed Multiply and Round
  50.  {N}    {NEG}    Negate Accumulator
  51.     {NOP}    No operation
  52.     {NORM}    Normalize Accumulator Iteration
  53.     {NOT}    Logical Complement
  54.  {O}    {OR}    Logical Inclusive OR
  55.     {ORI}    OR Immediate with Control Register
  56.  {R}    {REP}    Repeat Next Instruction
  57.     {RESET}    Reset On-Chip Peripheral Devices
  58.     {RND}    Round Accumulator
  59.     {ROL}    Rotate Left
  60.     {ROR}    Rotate Right
  61.     {RTI}    Return from Interrupt
  62.     {RTS}    Return from Subroutine
  63.  {S}    {SBC}    Subtract Long with Carry
  64.     {STOP}    Stop Instruction Processing
  65.     {SUB}    Subtract
  66.     {SUBL}    Shift Left and Subtract Accumulators
  67.     {SUBR}    Shift Right and Subtract Accumulators
  68.     {SWI}    Software Interrupt
  69.  {T}    {Tcc}    Transfer Conditionally
  70.     {TFR}    Transfer Data ALU Register
  71.     {TST}    Test Accumulator
  72.  {W}    {WAIT}    Wait for Interrupt
  73.  
  74.