home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 April / CHIP4_98.ISO / software / ccconrad / assembler / tasm / test3225.asm < prev    next >
Encoding:
Assembly Source File  |  1993-08-15  |  32.2 KB  |  1,364 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ; $Id: test3225.asm 1.1 1993/08/02 01:24:21 toma Exp $
  3. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4.  
  5. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6. ; TASM  test file
  7. ; Test all instructions and addressing modes.
  8. ; Processor:  TMS320C25
  9. ;
  10.  
  11.  
  12.           .org 100h
  13. shift:    .equ 4
  14. shift0:   .equ 0
  15. shiftmode: .equ 3        ;SPM instruction only
  16. addr7:    .equ 12h
  17. addr9:    .equ 123h
  18. addr16:   .equ 1234h
  19. bit:      .equ 05h
  20. port:     .equ 2
  21. arp:      .equ 3
  22. nextarp:  .equ 4
  23. ar:       .equ 1
  24. const:    .equ 34h
  25. const1:   .equ  1h
  26. const8:   .equ 0ffh
  27. const13:  .equ 0234h
  28. const16:  .equ 5678h
  29. cmode:    .equ 2
  30. format:   .equ 1
  31.  
  32.         ABS
  33.  
  34.         
  35.         ADD  *BR0+,shift,nextarp  
  36.         ADD  *BR0-,shift,nextarp  
  37.         ADD  *0+,  shift,nextarp  
  38.         ADD  *0-,  shift,nextarp  
  39.         ADD  *+,   shift,nextarp  
  40.         ADD  *-,   shift,nextarp  
  41.         ADD  *,    shift,nextarp   
  42.         ADD  *BR0+,shift
  43.         ADD  *BR0-,shift
  44.         ADD  *0+,  shift
  45.         ADD  *0-,  shift
  46.         ADD  *+,   shift
  47.         ADD  *-,   shift
  48.         ADD  *,    shift
  49.         ADD  *BR0+
  50.         ADD  *BR0-
  51.         ADD  *0+ 
  52.         ADD  *0- 
  53.         ADD  *+  
  54.         ADD  *-  
  55.         ADD  *
  56.         ADD  addr7,shift     
  57.         ADD  addr7       
  58.         
  59.         ADDC *BR0+,nextarp
  60.         ADDC *BR0-,nextarp
  61.         ADDC *0+,  nextarp
  62.         ADDC *0-,  nextarp
  63.         ADDC *+,   nextarp
  64.         ADDC *-,   nextarp
  65.         ADDC *,    nextarp
  66.         ADDC *BR0+
  67.         ADDC *BR0-
  68.         ADDC *0+ 
  69.         ADDC *0- 
  70.         ADDC *+  
  71.         ADDC *-  
  72.         ADDC *
  73.         ADDC addr7       
  74.         
  75.         ADDH *BR0+,nextarp
  76.         ADDH *BR0-,nextarp
  77.         ADDH *0+,  nextarp
  78.         ADDH *0-,  nextarp
  79.         ADDH *+,   nextarp
  80.         ADDH *-,   nextarp
  81.         ADDH *,    nextarp
  82.         ADDH *BR0+
  83.         ADDH *BR0-
  84.         ADDH *0+ 
  85.         ADDH *0- 
  86.         ADDH *+  
  87.         ADDH *-  
  88.         ADDH *
  89.         ADDH addr7       
  90.         
  91.         
  92.         ADDK const8      
  93.  
  94.         ADDS *BR0+,nextarp
  95.         ADDS *BR0-,nextarp
  96.         ADDS *0+,  nextarp
  97.         ADDS *0-,  nextarp
  98.         ADDS *+,   nextarp
  99.         ADDS *-,   nextarp
  100.         ADDS *,    nextarp
  101.         ADDS *BR0+
  102.         ADDS *BR0-
  103.         ADDS *0+ 
  104.         ADDS *0- 
  105.         ADDS *+  
  106.         ADDS *-  
  107.         ADDS *
  108.         ADDS addr7       
  109.         
  110.         ADDT *BR0+,nextarp
  111.         ADDT *BR0-,nextarp
  112.         ADDT *0+,  nextarp
  113.         ADDT *0-,  nextarp
  114.         ADDT *+,   nextarp
  115.         ADDT *-,   nextarp
  116.         ADDT *,    nextarp
  117.         ADDT *BR0+
  118.         ADDT *BR0-
  119.         ADDT *0+ 
  120.         ADDT *0- 
  121.         ADDT *+  
  122.         ADDT *-  
  123.         ADDT *
  124.         ADDT addr7       
  125.         
  126.         ADLK const16,shift     
  127.         ADLK const16      
  128.         ADLK 0
  129.         ADLK 1
  130.         ADLK 256
  131.         ADLK 512
  132.         ADLK $1234
  133.         ADLK $1234,0
  134.  
  135.         ADRK const8      
  136.         
  137.         AND  *BR0+,nextarp
  138.         AND  *BR0-,nextarp
  139.         AND  *0+,  nextarp
  140.         AND  *0-,  nextarp
  141.         AND  *+,   nextarp
  142.         AND  *-,   nextarp
  143.         AND  *,    nextarp
  144.         AND  *BR0+
  145.         AND  *BR0-
  146.         AND  *0+ 
  147.         AND  *0- 
  148.         AND  *+  
  149.         AND  *-  
  150.         AND  *
  151.         AND  addr7       
  152.         
  153.         ANDK const16,shift     
  154.         ANDK const16      
  155.  
  156.         APAC   
  157.  
  158. loop1:        
  159.  
  160.         B    loop1,*BR0+,nextarp
  161.         B    loop1,*BR0-,nextarp
  162.         B    loop1,*0+,  nextarp
  163.         B    loop1,*0-,  nextarp
  164.         B    loop1,*+,   nextarp
  165.         B    loop1,*-,   nextarp
  166.         B    loop1,*,    nextarp
  167.         B    loop1,*BR0+
  168.         B    loop1,*BR0-
  169.         B    loop1,*0+ 
  170.         B    loop1,*0- 
  171.         B    loop1,*+  
  172.         B    loop1,*-  
  173.         B    loop1,*
  174.         B    loop1       
  175.  
  176.         BACC        
  177.         
  178.         BANZ loop1,*BR0+,nextarp
  179.         BANZ loop1,*BR0-,nextarp
  180.         BANZ loop1,*0+,  nextarp
  181.         BANZ loop1,*0-,  nextarp
  182.         BANZ loop1,*+,   nextarp
  183.         BANZ loop1,*-,   nextarp
  184.         BANZ loop1,*,    nextarp
  185.         BANZ loop1,*BR0+
  186.         BANZ loop1,*BR0-
  187.         BANZ loop1,*0+ 
  188.         BANZ loop1,*0- 
  189.         BANZ loop1,*+  
  190.         BANZ loop1,*-  
  191.         BANZ loop1,*
  192.         BANZ loop1       
  193.  
  194.         BBNZ loop1,*BR0+,nextarp
  195.         BBNZ loop1,*BR0-,nextarp
  196.         BBNZ loop1,*0+,  nextarp
  197.         BBNZ loop1,*0-,  nextarp
  198.         BBNZ loop1,*+,   nextarp
  199.         BBNZ loop1,*-,   nextarp
  200.         BBNZ loop1,*,    nextarp
  201.         BBNZ loop1,*BR0+
  202.         BBNZ loop1,*BR0-
  203.         BBNZ loop1,*0+ 
  204.         BBNZ loop1,*0- 
  205.         BBNZ loop1,*+  
  206.         BBNZ loop1,*-  
  207.         BBNZ loop1,*
  208.         BBNZ loop1       
  209.  
  210.         BBZ  loop1,*BR0+,nextarp
  211.         BBZ  loop1,*BR0-,nextarp
  212.         BBZ  loop1,*0+,  nextarp
  213.         BBZ  loop1,*0-,  nextarp
  214.         BBZ  loop1,*+,   nextarp
  215.         BBZ  loop1,*-,   nextarp
  216.         BBZ  loop1,*,    nextarp
  217.         BBZ  loop1,*BR0+
  218.         BBZ  loop1,*BR0-
  219.         BBZ  loop1,*0+ 
  220.         BBZ  loop1,*0- 
  221.         BBZ  loop1,*+  
  222.         BBZ  loop1,*-  
  223.         BBZ  loop1,*
  224.         BBZ  loop1       
  225.  
  226.         BC   loop1,*BR0+,nextarp
  227.         BC   loop1,*BR0-,nextarp
  228.         BC   loop1,*0+,  nextarp
  229.         BC   loop1,*0-,  nextarp
  230.         BC   loop1,*+,   nextarp
  231.         BC   loop1,*-,   nextarp
  232.         BC   loop1,*,    nextarp
  233.         BC   loop1,*BR0+
  234.         BC   loop1,*BR0-
  235.         BC   loop1,*0+ 
  236.         BC   loop1,*0- 
  237.         BC   loop1,*+  
  238.         BC   loop1,*-  
  239.         BC   loop1,*
  240.         BC   loop1       
  241.  
  242.         BGEZ loop1,*BR0+,nextarp
  243.         BGEZ loop1,*BR0-,nextarp
  244.         BGEZ loop1,*0+,  nextarp
  245.         BGEZ loop1,*0-,  nextarp
  246.         BGEZ loop1,*+,   nextarp
  247.         BGEZ loop1,*-,   nextarp
  248.         BGEZ loop1,*,    nextarp
  249.         BGEZ loop1,*BR0+
  250.         BGEZ loop1,*BR0-
  251.         BGEZ loop1,*0+ 
  252.         BGEZ loop1,*0- 
  253.         BGEZ loop1,*+  
  254.         BGEZ loop1,*-  
  255.         BGEZ loop1,*
  256.         BGEZ loop1       
  257.  
  258.         BGZ  loop1,*BR0+,nextarp
  259.         BGZ  loop1,*BR0-,nextarp
  260.         BGZ  loop1,*0+,  nextarp
  261.         BGZ  loop1,*0-,  nextarp
  262.         BGZ  loop1,*+,   nextarp
  263.         BGZ  loop1,*-,   nextarp
  264.         BGZ  loop1,*,    nextarp
  265.         BGZ  loop1,*BR0+
  266.         BGZ  loop1,*BR0-
  267.         BGZ  loop1,*0+ 
  268.         BGZ  loop1,*0- 
  269.         BGZ  loop1,*+  
  270.         BGZ  loop1,*-  
  271.         BGZ  loop1,*
  272.         BGZ  loop1       
  273.  
  274.         BIOZ loop1,*BR0+,nextarp
  275.         BIOZ loop1,*BR0-,nextarp
  276.         BIOZ loop1,*0+,  nextarp
  277.         BIOZ loop1,*0-,  nextarp
  278.         BIOZ loop1,*+,   nextarp
  279.         BIOZ loop1,*-,   nextarp
  280.         BIOZ loop1,*,    nextarp
  281.         BIOZ loop1,*BR0+
  282.         BIOZ loop1,*BR0-
  283.         BIOZ loop1,*0+ 
  284.         BIOZ loop1,*0- 
  285.         BIOZ loop1,*+  
  286.         BIOZ loop1,*-  
  287.         BIOZ loop1,*
  288.         BIOZ loop1       
  289.  
  290.         BLEZ loop1,*BR0+,nextarp
  291.         BLEZ loop1,*BR0-,nextarp
  292.         BLEZ loop1,*0+,  nextarp
  293.         BLEZ loop1,*0-,  nextarp
  294.         BLEZ loop1,*+,   nextarp
  295.         BLEZ loop1,*-,   nextarp
  296.         BLEZ loop1,*,    nextarp
  297.         BLEZ loop1,*BR0+
  298.         BLEZ loop1,*BR0-
  299.         BLEZ loop1,*0+ 
  300.         BLEZ loop1,*0- 
  301.         BLEZ loop1,*+  
  302.         BLEZ loop1,*-  
  303.         BLEZ loop1,*
  304.         BLEZ loop1       
  305.  
  306.         BLZ  loop1,*BR0+,nextarp
  307.         BLZ  loop1,*BR0-,nextarp
  308.         BLZ  loop1,*0+,  nextarp
  309.         BLZ  loop1,*0-,  nextarp
  310.         BLZ  loop1,*+,   nextarp
  311.         BLZ  loop1,*-,   nextarp
  312.         BLZ  loop1,*,    nextarp
  313.         BLZ  loop1,*BR0+
  314.         BLZ  loop1,*BR0-
  315.         BLZ  loop1,*0+ 
  316.         BLZ  loop1,*0- 
  317.         BLZ  loop1,*+  
  318.         BLZ  loop1,*-  
  319.         BLZ  loop1,*
  320.         BLZ  loop1       
  321.  
  322.         BNC  loop1,*BR0+,nextarp
  323.         BNC  loop1,*BR0-,nextarp
  324.         BNC  loop1,*0+,  nextarp
  325.         BNC  loop1,*0-,  nextarp
  326.         BNC  loop1,*+,   nextarp
  327.         BNC  loop1,*-,   nextarp
  328.         BNC  loop1,*,    nextarp
  329.         BNC  loop1,*BR0+
  330.         BNC  loop1,*BR0-
  331.         BNC  loop1,*0+ 
  332.         BNC  loop1,*0- 
  333.         BNC  loop1,*+  
  334.         BNC  loop1,*-  
  335.         BNC  loop1,*
  336.         BNC  loop1       
  337.  
  338.         BNV  loop1,*BR0+,nextarp
  339.         BNV  loop1,*BR0-,nextarp
  340.         BNV  loop1,*0+,  nextarp
  341.         BNV  loop1,*0-,  nextarp
  342.         BNV  loop1,*+,   nextarp
  343.         BNV  loop1,*-,   nextarp
  344.         BNV  loop1,*,    nextarp
  345.         BNV  loop1,*BR0+
  346.         BNV  loop1,*BR0-
  347.         BNV  loop1,*0+ 
  348.         BNV  loop1,*0- 
  349.         BNV  loop1,*+  
  350.         BNV  loop1,*-  
  351.         BNV  loop1,*
  352.         BNV  loop1       
  353.  
  354.         BNZ  loop1,*BR0+,nextarp
  355.         BNZ  loop1,*BR0-,nextarp
  356.         BNZ  loop1,*0+,  nextarp
  357.         BNZ  loop1,*0-,  nextarp
  358.         BNZ  loop1,*+,   nextarp
  359.         BNZ  loop1,*-,   nextarp
  360.         BNZ  loop1,*,    nextarp
  361.         BNZ  loop1,*BR0+
  362.         BNZ  loop1,*BR0-
  363.         BNZ  loop1,*0+ 
  364.         BNZ  loop1,*0- 
  365.         BNZ  loop1,*+  
  366.         BNZ  loop1,*-  
  367.         BNZ  loop1,*
  368.         BNZ  loop1       
  369.  
  370.         BV   loop1,*BR0+,nextarp
  371.         BV   loop1,*BR0-,nextarp
  372.         BV   loop1,*0+,  nextarp
  373.         BV   loop1,*0-,  nextarp
  374.         BV   loop1,*+,   nextarp
  375.         BV   loop1,*-,   nextarp
  376.         BV   loop1,*,    nextarp
  377.         BV   loop1,*BR0+
  378.         BV   loop1,*BR0-
  379.         BV   loop1,*0+ 
  380.         BV   loop1,*0- 
  381.         BV   loop1,*+  
  382.         BV   loop1,*-  
  383.         BV   loop1,*
  384.         BV   loop1       
  385.  
  386.         BZ   loop1,*BR0+,nextarp
  387.         BZ   loop1,*BR0-,nextarp
  388.         BZ   loop1,*0+,  nextarp
  389.         BZ   loop1,*0-,  nextarp
  390.         BZ   loop1,*+,   nextarp
  391.         BZ   loop1,*-,   nextarp
  392.         BZ   loop1,*,    nextarp
  393.         BZ   loop1,*BR0+
  394.         BZ   loop1,*BR0-
  395.         BZ   loop1,*0+ 
  396.         BZ   loop1,*0- 
  397.         BZ   loop1,*+  
  398.         BZ   loop1,*-  
  399.         BZ   loop1,*
  400.         BZ   loop1       
  401.  
  402.         BIT  *BR0+,bit  ,nextarp  
  403.         BIT  *BR0-,bit  ,nextarp  
  404.         BIT  *0+,  bit  ,nextarp  
  405.         BIT  *0-,  bit  ,nextarp  
  406.         BIT  *+,   bit  ,nextarp  
  407.         BIT  *-,   bit  ,nextarp  
  408.         BIT  *,    bit  ,nextarp   
  409.         BIT  *BR0+,bit  
  410.         BIT  *BR0-,bit  
  411.         BIT  *0+,  bit  
  412.         BIT  *0-,  bit  
  413.         BIT  *+,   bit  
  414.         BIT  *-,   bit  
  415.         BIT  *,    bit  
  416.         BIT  addr7,bit       
  417.         
  418.         BITT *BR0+,nextarp
  419.         BITT *BR0-,nextarp
  420.         BITT *0+,  nextarp
  421.         BITT *0-,  nextarp
  422.         BITT *+,   nextarp
  423.         BITT *-,   nextarp
  424.         BITT *,    nextarp
  425.         BITT *BR0+
  426.         BITT *BR0-
  427.         BITT *0+ 
  428.         BITT *0- 
  429.         BITT *+  
  430.         BITT *-  
  431.         BITT *
  432.         BITT addr7       
  433.         
  434.         BLKD addr16,*BR0+,nextarp
  435.         BLKD addr16,*BR0-,nextarp
  436.         BLKD addr16,*0+,  nextarp
  437.         BLKD addr16,*0-,  nextarp
  438.         BLKD addr16,*+,   nextarp  
  439.         BLKD addr16,*-,   nextarp   
  440.         BLKD addr16,*,    nextarp    
  441.         BLKD addr16,*BR0+
  442.         BLKD addr16,*BR0-
  443.         BLKD addr16,*0+
  444.         BLKD addr16,*0-
  445.         BLKD addr16,*+
  446.         BLKD addr16,*-
  447.         BLKD addr16,*
  448.         BLKD addr16,addr7     
  449.         
  450.         BLKP addr16,*BR0+,nextarp
  451.         BLKP addr16,*BR0-,nextarp
  452.         BLKP addr16,*0+,  nextarp
  453.         BLKP addr16,*0-,  nextarp
  454.         BLKP addr16,*+,   nextarp  
  455.         BLKP addr16,*-,   nextarp   
  456.         BLKP addr16,*,    nextarp    
  457.         BLKP addr16,*BR0+
  458.         BLKP addr16,*BR0-
  459.         BLKP addr16,*0+
  460.         BLKP addr16,*0-
  461.         BLKP addr16,*+
  462.         BLKP addr16,*-
  463.         BLKP addr16,*
  464.         BLKP addr16,addr7     
  465.         
  466.         CALA        
  467.  
  468.         CALL addr16,*BR0+,nextarp
  469.         CALL addr16,*BR0-,nextarp
  470.         CALL addr16,*0+,  nextarp
  471.         CALL addr16,*0-,  nextarp
  472.         CALL addr16,*+,   nextarp  
  473.         CALL addr16,*-,   nextarp   
  474.         CALL addr16,*,    nextarp    
  475.         CALL addr16,*BR0+
  476.         CALL addr16,*BR0-
  477.         CALL addr16,*0+
  478.         CALL addr16,*0-
  479.         CALL addr16,*+
  480.         CALL addr16,*-
  481.         CALL addr16,*
  482.         CALL addr16
  483.         
  484.         CMPL       
  485.         
  486.         CMPR cmode     
  487.  
  488.         CNFD       
  489.         CNFP       
  490.         
  491.         DINT       
  492.         
  493.         DMOV *BR0+,nextarp
  494.         DMOV *BR0-,nextarp
  495.         DMOV *0+,  nextarp
  496.         DMOV *0-,  nextarp
  497.         DMOV *+,   nextarp
  498.         DMOV *-,   nextarp
  499.         DMOV *,    nextarp
  500.         DMOV *BR0+
  501.         DMOV *BR0-
  502.         DMOV *0+ 
  503.         DMOV *0- 
  504.         DMOV *+  
  505.         DMOV *-  
  506.         DMOV *
  507.         DMOV addr7       
  508.         
  509.         EINT       
  510.         
  511.         FORT format     
  512.         
  513.         IDLE       
  514.         
  515.         IN   *BR0+,port,nextarp  
  516.         IN   *BR0-,port,nextarp  
  517.         IN   *0+,  port,nextarp  
  518.         IN   *0-,  port,nextarp  
  519.         IN   *+,   port,nextarp  
  520.         IN   *-,   port,nextarp  
  521.         IN   *,    port,nextarp   
  522.         IN   *BR0+,port
  523.         IN   *BR0-,port
  524.         IN   *0+,  port
  525.         IN   *0-,  port
  526.         IN   *+,   port
  527.         IN   *-,   port
  528.         IN   *,    port
  529.         IN   addr7,port     
  530.  
  531.         LAC  *BR0+,shift,nextarp  
  532.         LAC  *BR0-,shift,nextarp  
  533.         LAC  *0+,  shift,nextarp  
  534.         LAC  *0-,  shift,nextarp  
  535.         LAC  *+,   shift,nextarp  
  536.         LAC  *-,   shift,nextarp  
  537.         LAC  *,    shift,nextarp   
  538.         LAC  *BR0+,shift
  539.         LAC  *BR0-,shift
  540.         LAC  *0+,  shift
  541.         LAC  *0-,  shift
  542.         LAC  *+,   shift
  543.         LAC  *-,   shift
  544.         LAC  *,    shift
  545.         LAC  *BR0+
  546.         LAC  *BR0-
  547.         LAC  *0+ 
  548.         LAC  *0- 
  549.         LAC  *+  
  550.         LAC  *-  
  551.         LAC  *
  552.         LAC  addr7,shift     
  553.         LAC  addr7       
  554.  
  555.         LACK const8     
  556.         
  557.         LACT *BR0+,nextarp
  558.         LACT *BR0-,nextarp
  559.         LACT *0+,  nextarp
  560.         LACT *0-,  nextarp
  561.         LACT *+,   nextarp
  562.         LACT *-,   nextarp
  563.         LACT *,    nextarp
  564.         LACT *BR0+
  565.         LACT *BR0-
  566.         LACT *0+ 
  567.         LACT *0- 
  568.         LACT *+  
  569.         LACT *-  
  570.         LACT *
  571.         LACT addr7       
  572.         
  573.         LALK const16,shift    
  574.         LALK const16     
  575.                     
  576.         LAR arp,*BR0+,nextarp
  577.         LAR arp,*BR0-,nextarp
  578.         LAR arp,*0+,  nextarp
  579.         LAR arp,*0-,  nextarp
  580.         LAR arp,*+,   nextarp
  581.         LAR arp,*-,   nextarp
  582.         LAR arp,*,    nextarp
  583.         LAR arp,*BR0+
  584.         LAR arp,*BR0-
  585.         LAR arp,*0+ 
  586.         LAR arp,*0- 
  587.         LAR arp,*+  
  588.         LAR arp,*-  
  589.         LAR arp,*
  590.         LAR arp,addr7       
  591.         
  592.         LARK arp, const8
  593.         
  594.         LARP arp      
  595.                      
  596.         LDP  *BR0+,nextarp
  597.         LDP  *BR0-,nextarp
  598.         LDP  *0+,  nextarp
  599.         LDP  *0-,  nextarp
  600.         LDP  *+,   nextarp
  601.         LDP  *-,   nextarp
  602.         LDP  *,    nextarp
  603.         LDP  *BR0+
  604.         LDP  *BR0-
  605.         LDP  *0+ 
  606.         LDP  *0- 
  607.         LDP  *+  
  608.         LDP  *-  
  609.         LDP  *
  610.         LDP  addr7       
  611.         
  612.         LDPK addr9      
  613.                      
  614.         LPH  *BR0+,nextarp
  615.         LPH  *BR0-,nextarp
  616.         LPH  *0+,  nextarp
  617.         LPH  *0-,  nextarp
  618.         LPH  *+,   nextarp
  619.         LPH  *-,   nextarp
  620.         LPH  *,    nextarp
  621.         LPH  *BR0+
  622.         LPH  *BR0-
  623.         LPH  *0+ 
  624.         LPH  *0- 
  625.         LPH  *+  
  626.         LPH  *-  
  627.         LPH  *
  628.         LPH  addr7       
  629.         
  630.         LRLK arp, const16   
  631.         
  632.         LST  *BR0+,nextarp
  633.         LST  *BR0-,nextarp
  634.         LST  *0+,  nextarp
  635.         LST  *0-,  nextarp
  636.         LST  *+,   nextarp
  637.         LST  *-,   nextarp
  638.         LST  *,    nextarp
  639.         LST  *BR0+
  640.         LST  *BR0-
  641.         LST  *0+ 
  642.         LST  *0- 
  643.         LST  *+  
  644.         LST  *-  
  645.         LST  *
  646.         LST  addr7       
  647.         
  648.         LST1 *BR0+,nextarp
  649.         LST1 *BR0-,nextarp
  650.         LST1 *0+,  nextarp
  651.         LST1 *0-,  nextarp
  652.         LST1 *+,   nextarp
  653.         LST1 *-,   nextarp
  654.         LST1 *,    nextarp
  655.         LST1 *BR0+
  656.         LST1 *BR0-
  657.         LST1 *0+ 
  658.         LST1 *0- 
  659.         LST1 *+  
  660.         LST1 *-  
  661.         LST1 *
  662.         LST1 addr7       
  663.         
  664.         LT   *BR0+,nextarp
  665.         LT   *BR0-,nextarp
  666.         LT   *0+,  nextarp
  667.         LT   *0-,  nextarp
  668.         LT   *+,   nextarp
  669.         LT   *-,   nextarp
  670.         LT   *,    nextarp
  671.         LT   *BR0+
  672.         LT   *BR0-
  673.         LT   *0+ 
  674.         LT   *0- 
  675.         LT   *+  
  676.         LT   *-  
  677.         LT   *
  678.         LT   addr7       
  679.         
  680.         LTA  *BR0+,nextarp
  681.         LTA  *BR0-,nextarp
  682.         LTA  *0+,  nextarp
  683.         LTA  *0-,  nextarp
  684.         LTA  *+,   nextarp
  685.         LTA  *-,   nextarp
  686.         LTA  *,    nextarp
  687.         LTA  *BR0+
  688.         LTA  *BR0-
  689.         LTA  *0+ 
  690.         LTA  *0- 
  691.         LTA  *+  
  692.         LTA  *-  
  693.         LTA  *
  694.         LTA  addr7       
  695.         
  696.         LTD  *BR0+,nextarp
  697.         LTD  *BR0-,nextarp
  698.         LTD  *0+,  nextarp
  699.         LTD  *0-,  nextarp
  700.         LTD  *+,   nextarp
  701.         LTD  *-,   nextarp
  702.         LTD  *,    nextarp
  703.         LTD  *BR0+
  704.         LTD  *BR0-
  705.         LTD  *0+ 
  706.         LTD  *0- 
  707.         LTD  *+  
  708.         LTD  *-  
  709.         LTD  *
  710.         LTD  addr7       
  711.         
  712.         LTP  *BR0+,nextarp
  713.         LTP  *BR0-,nextarp
  714.         LTP  *0+,  nextarp
  715.         LTP  *0-,  nextarp
  716.         LTP  *+,   nextarp
  717.         LTP  *-,   nextarp
  718.         LTP  *,    nextarp
  719.         LTP  *BR0+
  720.         LTP  *BR0-
  721.         LTP  *0+ 
  722.         LTP  *0- 
  723.         LTP  *+  
  724.         LTP  *-  
  725.         LTP  *
  726.         LTP  addr7       
  727.         
  728.         LTS  *BR0+,nextarp
  729.         LTS  *BR0-,nextarp
  730.         LTS  *0+,  nextarp
  731.         LTS  *0-,  nextarp
  732.         LTS  *+,   nextarp
  733.         LTS  *-,   nextarp
  734.         LTS  *,    nextarp
  735.         LTS  *BR0+
  736.         LTS  *BR0-
  737.         LTS  *0+ 
  738.         LTS  *0- 
  739.         LTS  *+  
  740.         LTS  *-  
  741.         LTS  *
  742.         LTS  addr7       
  743.         
  744.         MAC  addr16,*BR0+,nextarp
  745.         MAC  addr16,*BR0-,nextarp
  746.         MAC  addr16,*0+,  nextarp
  747.         MAC  addr16,*0-,  nextarp
  748.         MAC  addr16,*+,   nextarp  
  749.         MAC  addr16,*-,   nextarp   
  750.         MAC  addr16,*,    nextarp    
  751.         MAC  addr16,*BR0+
  752.         MAC  addr16,*BR0-
  753.         MAC  addr16,*0+
  754.         MAC  addr16,*0-
  755.         MAC  addr16,*+
  756.         MAC  addr16,*-
  757.         MAC  addr16,*
  758.         MAC  addr16,addr7
  759.         
  760.         MACD addr16,*BR0+,nextarp
  761.         MACD addr16,*BR0-,nextarp
  762.         MACD addr16,*0+,  nextarp
  763.         MACD addr16,*0-,  nextarp
  764.         MACD addr16,*+,   nextarp  
  765.         MACD addr16,*-,   nextarp   
  766.         MACD addr16,*,    nextarp    
  767.         MACD addr16,*BR0+
  768.         MACD addr16,*BR0-
  769.         MACD addr16,*0+
  770.         MACD addr16,*0-
  771.         MACD addr16,*+
  772.         MACD addr16,*-
  773.         MACD addr16,*
  774.         MACD addr16,addr7
  775.  
  776.         MAR  *BR0+,nextarp
  777.         MAR  *BR0-,nextarp
  778.         MAR  *0+,  nextarp
  779.         MAR  *0-,  nextarp
  780.         MAR  *+,   nextarp
  781.         MAR  *-,   nextarp
  782.         MAR  *,    nextarp
  783.         MAR  *BR0+
  784.         MAR  *BR0-
  785.         MAR  *0+ 
  786.         MAR  *0- 
  787.         MAR  *+  
  788.         MAR  *-  
  789.         MAR  *
  790.         MAR  addr7       
  791.         
  792.         MPY  *BR0+,nextarp
  793.         MPY  *BR0-,nextarp
  794.         MPY  *0+,  nextarp
  795.         MPY  *0-,  nextarp
  796.         MPY  *+,   nextarp
  797.         MPY  *-,   nextarp
  798.         MPY  *,    nextarp
  799.         MPY  *BR0+
  800.         MPY  *BR0-
  801.         MPY  *0+ 
  802.         MPY  *0- 
  803.         MPY  *+  
  804.         MPY  *-  
  805.         MPY  *
  806.         MPY  addr7       
  807.         
  808.         MPYA *BR0+,nextarp
  809.         MPYA *BR0-,nextarp
  810.         MPYA *0+,  nextarp
  811.         MPYA *0-,  nextarp
  812.         MPYA *+,   nextarp
  813.         MPYA *-,   nextarp
  814.         MPYA *,    nextarp
  815.         MPYA *BR0+
  816.         MPYA *BR0-
  817.         MPYA *0+ 
  818.         MPYA *0- 
  819.         MPYA *+  
  820.         MPYA *-  
  821.         MPYA *
  822.         MPYA addr7       
  823.         
  824.         MPYK const13     
  825.                     
  826.         MPYS *BR0+,nextarp
  827.         MPYS *BR0-,nextarp
  828.         MPYS *0+,  nextarp
  829.         MPYS *0-,  nextarp
  830.         MPYS *+,   nextarp
  831.         MPYS *-,   nextarp
  832.         MPYS *,    nextarp
  833.         MPYS *BR0+
  834.         MPYS *BR0-
  835.         MPYS *0+ 
  836.         MPYS *0- 
  837.         MPYS *+  
  838.         MPYS *-  
  839.         MPYS *
  840.         MPYS addr7       
  841.         
  842.         MPYU *BR0+,nextarp
  843.         MPYU *BR0-,nextarp
  844.         MPYU *0+,  nextarp
  845.         MPYU *0-,  nextarp
  846.         MPYU *+,   nextarp
  847.         MPYU *-,   nextarp
  848.         MPYU *,    nextarp
  849.         MPYU *BR0+
  850.         MPYU *BR0-
  851.         MPYU *0+ 
  852.         MPYU *0- 
  853.         MPYU *+  
  854.         MPYU *-  
  855.         MPYU *
  856.         MPYU addr7       
  857.         
  858.         NEG         
  859.         
  860.         NOP         
  861.         
  862.         NORM *BR0+      
  863.         NORM *BR0-      
  864.         NORM *0+      
  865.         NORM *0-      
  866.         NORM *+      
  867.         NORM *-      
  868.         NORM *       
  869.         NORM
  870.         
  871.         OR   *BR0+,nextarp
  872.         OR   *BR0-,nextarp
  873.         OR   *0+,  nextarp
  874.         OR   *0-,  nextarp
  875.         OR   *+,   nextarp
  876.         OR   *-,   nextarp
  877.         OR   *,    nextarp
  878.         OR   *BR0+
  879.         OR   *BR0-
  880.         OR   *0+ 
  881.         OR   *0- 
  882.         OR   *+  
  883.         OR   *-  
  884.         OR   *
  885.         OR   addr7       
  886.         
  887.         ORK  const16, shift     
  888.         ORK  const16      
  889.         
  890.         OUT  *BR0+,port,nextarp  
  891.         OUT  *BR0-,port,nextarp  
  892.         OUT  *0+,  port,nextarp  
  893.         OUT  *0-,  port,nextarp  
  894.         OUT  *+,   port,nextarp  
  895.         OUT  *-,   port,nextarp  
  896.         OUT  *,    port,nextarp   
  897.         OUT  *BR0+,port
  898.         OUT  *BR0-,port
  899.         OUT  *0+,  port
  900.         OUT  *0-,  port
  901.         OUT  *+,   port
  902.         OUT  *-,   port
  903.         OUT  *,    port
  904.         OUT  addr7,port     
  905.         
  906.         PAC         
  907.         POP         
  908.         
  909.         POPD *BR0+,nextarp
  910.         POPD *BR0-,nextarp
  911.         POPD *0+,  nextarp
  912.         POPD *0-,  nextarp
  913.         POPD *+,   nextarp
  914.         POPD *-,   nextarp
  915.         POPD *,    nextarp
  916.         POPD *BR0+
  917.         POPD *BR0-
  918.         POPD *0+ 
  919.         POPD *0- 
  920.         POPD *+  
  921.         POPD *-  
  922.         POPD *
  923.         POPD addr7       
  924.         
  925.         PSHD *BR0+,nextarp
  926.         PSHD *BR0-,nextarp
  927.         PSHD *0+,  nextarp
  928.         PSHD *0-,  nextarp
  929.         PSHD *+,   nextarp
  930.         PSHD *-,   nextarp
  931.         PSHD *,    nextarp
  932.         PSHD *BR0+
  933.         PSHD *BR0-
  934.         PSHD *0+ 
  935.         PSHD *0- 
  936.         PSHD *+  
  937.         PSHD *-  
  938.         PSHD *
  939.         PSHD addr7       
  940.         
  941.         PUSH        
  942.         RC          
  943.         RET         
  944.         RFSM        
  945.         RHM         
  946.         ROL         
  947.         ROR         
  948.         ROVM        
  949.         
  950.         RPT  *BR0+,nextarp
  951.         RPT  *BR0-,nextarp
  952.         RPT  *0+,  nextarp
  953.         RPT  *0-,  nextarp
  954.         RPT  *+,   nextarp
  955.         RPT  *-,   nextarp
  956.         RPT  *,    nextarp
  957.         RPT  *BR0+
  958.         RPT  *BR0-
  959.         RPT  *0+ 
  960.         RPT  *0- 
  961.         RPT  *+  
  962.         RPT  *-  
  963.         RPT  *
  964.         RPT  addr7       
  965.         
  966.         RPTK const8      
  967.         
  968.         RSXM        
  969.         RTC         
  970.         RTXM        
  971.         RXF         
  972.         
  973.         SACH *BR0+,shift,nextarp  
  974.         SACH *BR0-,shift,nextarp  
  975.         SACH *0+,  shift,nextarp  
  976.         SACH *0-,  shift,nextarp  
  977.         SACH *+,   shift,nextarp  
  978.         SACH *-,   shift,nextarp  
  979.         SACH *,    shift,nextarp   
  980.         SACH *BR0+,shift
  981.         SACH *BR0-,shift
  982.         SACH *0+,  shift
  983.         SACH *0-,  shift
  984.         SACH *+,   shift
  985.         SACH *-,   shift
  986.         SACH *,    shift
  987.         SACH *BR0+
  988.         SACH *BR0-
  989.         SACH *0+ 
  990.         SACH *0- 
  991.         SACH *+  
  992.         SACH *-  
  993.         SACH *
  994.         SACH addr7,shift     
  995.         SACH addr7       
  996.         
  997.         SACL *BR0+,shift,nextarp  
  998.         SACL *BR0-,shift,nextarp  
  999.         SACL *0+,  shift,nextarp  
  1000.         SACL *0-,  shift,nextarp  
  1001.         SACL *+,   shift,nextarp  
  1002.         SACL *-,   shift,nextarp  
  1003.         SACL *,    shift,nextarp   
  1004.         SACL *BR0+,shift
  1005.         SACL *BR0-,shift
  1006.         SACL *0+,  shift
  1007.         SACL *0-,  shift
  1008.         SACL *+,   shift
  1009.         SACL *-,   shift
  1010.         SACL *,    shift
  1011.         SACL *BR0+
  1012.         SACL *BR0-
  1013.         SACL *0+ 
  1014.         SACL *0- 
  1015.         SACL *+  
  1016.         SACL *-  
  1017.         SACL *
  1018.         SACL addr7,shift     
  1019.         SACL addr7       
  1020.         
  1021.         SAR arp,*BR0+,nextarp
  1022.         SAR arp,*BR0-,nextarp
  1023.         SAR arp,*0+,  nextarp
  1024.         SAR arp,*0-,  nextarp
  1025.         SAR arp,*+,   nextarp
  1026.         SAR arp,*-,   nextarp
  1027.         SAR arp,*,    nextarp
  1028.         SAR arp,*BR0+
  1029.         SAR arp,*BR0-
  1030.         SAR arp,*0+ 
  1031.         SAR arp,*0- 
  1032.         SAR arp,*+  
  1033.         SAR arp,*-  
  1034.         SAR arp,*
  1035.         SAR arp,addr7       
  1036.         
  1037.         SBLK const16, shift     
  1038.         SBLK const16      
  1039.         
  1040.         SBRK const8      
  1041.         
  1042.         SC          
  1043.         SFL         
  1044.         SFR         
  1045.         SFSM        
  1046.         SHM         
  1047.         SOVM        
  1048.         SPAC        
  1049.         
  1050.         SPH  *BR0+,nextarp
  1051.         SPH  *BR0-,nextarp
  1052.         SPH  *0+,  nextarp
  1053.         SPH  *0-,  nextarp
  1054.         SPH  *+,   nextarp
  1055.         SPH  *-,   nextarp
  1056.         SPH  *,    nextarp
  1057.         SPH  *BR0+
  1058.         SPH  *BR0-
  1059.         SPH  *0+ 
  1060.         SPH  *0- 
  1061.         SPH  *+  
  1062.         SPH  *-  
  1063.         SPH  *
  1064.         SPH  addr7       
  1065.         
  1066.         SPL  *BR0+,nextarp
  1067.         SPL  *BR0-,nextarp
  1068.         SPL  *0+,  nextarp
  1069.         SPL  *0-,  nextarp
  1070.         SPL  *+,   nextarp
  1071.         SPL  *-,   nextarp
  1072.         SPL  *,    nextarp
  1073.         SPL  *BR0+
  1074.         SPL  *BR0-
  1075.         SPL  *0+ 
  1076.         SPL  *0- 
  1077.         SPL  *+  
  1078.         SPL  *-  
  1079.         SPL  *
  1080.         SPL  addr7       
  1081.         
  1082.         SPM  shiftmode      
  1083.         
  1084.         SQRA *BR0+,nextarp
  1085.         SQRA *BR0-,nextarp
  1086.         SQRA *0+,  nextarp
  1087.         SQRA *0-,  nextarp
  1088.         SQRA *+,   nextarp
  1089.         SQRA *-,   nextarp
  1090.         SQRA *,    nextarp
  1091.         SQRA *BR0+
  1092.         SQRA *BR0-
  1093.         SQRA *0+ 
  1094.         SQRA *0- 
  1095.         SQRA *+  
  1096.         SQRA *-  
  1097.         SQRA *
  1098.         SQRA addr7
  1099.         
  1100.         SQRS *BR0+,nextarp
  1101.         SQRS *BR0-,nextarp
  1102.         SQRS *0+,  nextarp
  1103.         SQRS *0-,  nextarp
  1104.         SQRS *+,   nextarp
  1105.         SQRS *-,   nextarp
  1106.         SQRS *,    nextarp
  1107.         SQRS *BR0+
  1108.         SQRS *BR0-
  1109.         SQRS *0+ 
  1110.         SQRS *0- 
  1111.         SQRS *+  
  1112.         SQRS *-  
  1113.         SQRS *
  1114.         SQRS addr7
  1115.         
  1116.         SST  *BR0+,nextarp
  1117.         SST  *BR0-,nextarp
  1118.         SST  *0+,  nextarp
  1119.         SST  *0-,  nextarp
  1120.         SST  *+,   nextarp
  1121.         SST  *-,   nextarp
  1122.         SST  *,    nextarp
  1123.         SST  *BR0+
  1124.         SST  *BR0-
  1125.         SST  *0+ 
  1126.         SST  *0- 
  1127.         SST  *+  
  1128.         SST  *-  
  1129.         SST  *
  1130.         SST  addr7
  1131.         
  1132.         SST1 *BR0+,nextarp
  1133.         SST1 *BR0-,nextarp
  1134.         SST1 *0+,  nextarp
  1135.         SST1 *0-,  nextarp
  1136.         SST1 *+,   nextarp
  1137.         SST1 *-,   nextarp
  1138.         SST1 *,    nextarp
  1139.         SST1 *BR0+
  1140.         SST1 *BR0-
  1141.         SST1 *0+ 
  1142.         SST1 *0- 
  1143.         SST1 *+  
  1144.         SST1 *-  
  1145.         SST1 *
  1146.         SST1 addr7      
  1147.         
  1148.         SSXM        
  1149.         STC         
  1150.         STXM        
  1151.  
  1152.         SUB  *BR0+,shift,nextarp  
  1153.         SUB  *BR0-,shift,nextarp  
  1154.         SUB  *0+,  shift,nextarp  
  1155.         SUB  *0-,  shift,nextarp  
  1156.         SUB  *+,   shift,nextarp  
  1157.         SUB  *-,   shift,nextarp  
  1158.         SUB  *,    shift,nextarp   
  1159.         SUB  *BR0+,shift
  1160.         SUB  *BR0-,shift
  1161.         SUB  *0+,  shift
  1162.         SUB  *0-,  shift
  1163.         SUB  *+,   shift
  1164.         SUB  *-,   shift
  1165.         SUB  *,    shift
  1166.         SUB  *BR0+
  1167.         SUB  *BR0-
  1168.         SUB  *0+ 
  1169.         SUB  *0- 
  1170.         SUB  *+  
  1171.         SUB  *-  
  1172.         SUB  *
  1173.         SUB  addr7,shift     
  1174.         SUB  addr7       
  1175.         
  1176.         SUBB *BR0+,nextarp
  1177.         SUBB *BR0-,nextarp
  1178.         SUBB *0+,  nextarp
  1179.         SUBB *0-,  nextarp
  1180.         SUBB *+,   nextarp
  1181.         SUBB *-,   nextarp
  1182.         SUBB *,    nextarp
  1183.         SUBB *BR0+
  1184.         SUBB *BR0-
  1185.         SUBB *0+ 
  1186.         SUBB *0- 
  1187.         SUBB *+  
  1188.         SUBB *-  
  1189.         SUBB *
  1190.         SUBB addr7      
  1191.         
  1192.         SUBC *BR0+,nextarp
  1193.         SUBC *BR0-,nextarp
  1194.         SUBC *0+,  nextarp
  1195.         SUBC *0-,  nextarp
  1196.         SUBC *+,   nextarp
  1197.         SUBC *-,   nextarp
  1198.         SUBC *,    nextarp
  1199.         SUBC *BR0+
  1200.         SUBC *BR0-
  1201.         SUBC *0+ 
  1202.         SUBC *0- 
  1203.         SUBC *+  
  1204.         SUBC *-  
  1205.         SUBC *
  1206.         SUBC addr7      
  1207.         
  1208.         SUBH *BR0+,nextarp
  1209.         SUBH *BR0-,nextarp
  1210.         SUBH *0+,  nextarp
  1211.         SUBH *0-,  nextarp
  1212.         SUBH *+,   nextarp
  1213.         SUBH *-,   nextarp
  1214.         SUBH *,    nextarp
  1215.         SUBH *BR0+
  1216.         SUBH *BR0-
  1217.         SUBH *0+ 
  1218.         SUBH *0- 
  1219.         SUBH *+  
  1220.         SUBH *-  
  1221.         SUBH *
  1222.         SUBH addr7      
  1223.         
  1224.         SUBK const8      
  1225.         
  1226.         SUBS *BR0+,nextarp
  1227.         SUBS *BR0-,nextarp
  1228.         SUBS *0+,  nextarp
  1229.         SUBS *0-,  nextarp
  1230.         SUBS *+,   nextarp
  1231.         SUBS *-,   nextarp
  1232.         SUBS *,    nextarp
  1233.         SUBS *BR0+
  1234.         SUBS *BR0-
  1235.         SUBS *0+ 
  1236.         SUBS *0- 
  1237.         SUBS *+  
  1238.         SUBS *-  
  1239.         SUBS *
  1240.         SUBS addr7      
  1241.         
  1242.         SUBT *BR0+,nextarp
  1243.         SUBT *BR0-,nextarp
  1244.         SUBT *0+,  nextarp
  1245.         SUBT *0-,  nextarp
  1246.         SUBT *+,   nextarp
  1247.         SUBT *-,   nextarp
  1248.         SUBT *,    nextarp
  1249.         SUBT *BR0+
  1250.         SUBT *BR0-
  1251.         SUBT *0+ 
  1252.         SUBT *0- 
  1253.         SUBT *+  
  1254.         SUBT *-  
  1255.         SUBT *
  1256.         SUBT addr7      
  1257.         
  1258.         SXF         
  1259.         
  1260.         TBLR *BR0+,nextarp
  1261.         TBLR *BR0-,nextarp
  1262.         TBLR *0+,  nextarp
  1263.         TBLR *0-,  nextarp
  1264.         TBLR *+,   nextarp
  1265.         TBLR *-,   nextarp
  1266.         TBLR *,    nextarp
  1267.         TBLR *BR0+
  1268.         TBLR *BR0-
  1269.         TBLR *0+ 
  1270.         TBLR *0- 
  1271.         TBLR *+  
  1272.         TBLR *-  
  1273.         TBLR *
  1274.         TBLR addr7      
  1275.         
  1276.         TBLW *BR0+,nextarp
  1277.         TBLW *BR0-,nextarp
  1278.         TBLW *0+,  nextarp
  1279.         TBLW *0-,  nextarp
  1280.         TBLW *+,   nextarp
  1281.         TBLW *-,   nextarp
  1282.         TBLW *,    nextarp
  1283.         TBLW *BR0+
  1284.         TBLW *BR0-
  1285.         TBLW *0+ 
  1286.         TBLW *0- 
  1287.         TBLW *+  
  1288.         TBLW *-  
  1289.         TBLW *
  1290.         TBLW addr7      
  1291.         
  1292.         TRAP        
  1293.         
  1294.         XOR  *BR0+,nextarp
  1295.         XOR  *BR0-,nextarp
  1296.         XOR  *0+,  nextarp
  1297.         XOR  *0-,  nextarp
  1298.         XOR  *+,   nextarp
  1299.         XOR  *-,   nextarp
  1300.         XOR  *,    nextarp
  1301.         XOR  *BR0+
  1302.         XOR  *BR0-
  1303.         XOR  *0+ 
  1304.         XOR  *0- 
  1305.         XOR  *+  
  1306.         XOR  *-  
  1307.         XOR  *
  1308.         XOR  addr7      
  1309.         
  1310.         XORK const16, shift     
  1311.         XORK const16      
  1312.         
  1313.         ZAC         
  1314.         
  1315.         ZALH *BR0+,nextarp
  1316.         ZALH *BR0-,nextarp
  1317.         ZALH *0+,  nextarp
  1318.         ZALH *0-,  nextarp
  1319.         ZALH *+,   nextarp
  1320.         ZALH *-,   nextarp
  1321.         ZALH *,    nextarp
  1322.         ZALH *BR0+
  1323.         ZALH *BR0-
  1324.         ZALH *0+ 
  1325.         ZALH *0- 
  1326.         ZALH *+  
  1327.         ZALH *-  
  1328.         ZALH *
  1329.         ZALH addr7      
  1330.         
  1331.         ZALR *BR0+,nextarp
  1332.         ZALR *BR0-,nextarp
  1333.         ZALR *0+,  nextarp
  1334.         ZALR *0-,  nextarp
  1335.         ZALR *+,   nextarp
  1336.         ZALR *-,   nextarp
  1337.         ZALR *,    nextarp
  1338.         ZALR *BR0+
  1339.         ZALR *BR0-
  1340.         ZALR *0+ 
  1341.         ZALR *0- 
  1342.         ZALR *+  
  1343.         ZALR *-  
  1344.         ZALR *
  1345.         ZALR addr7      
  1346.         
  1347.         ZALS *BR0+,nextarp
  1348.         ZALS *BR0-,nextarp
  1349.         ZALS *0+,  nextarp
  1350.         ZALS *0-,  nextarp
  1351.         ZALS *+,   nextarp
  1352.         ZALS *-,   nextarp
  1353.         ZALS *,    nextarp
  1354.         ZALS *BR0+
  1355.         ZALS *BR0-
  1356.         ZALS *0+ 
  1357.         ZALS *0- 
  1358.         ZALS *+  
  1359.         ZALS *-  
  1360.         ZALS *
  1361.         ZALS addr7      
  1362.         .end
  1363.  
  1364.