Subversion Repositories pentevo

Rev

Blame | Last modification | View Log | Download | RSS feed | ?url?

  1.         cpu     cop87l84
  2.  
  3.         macexp  off
  4.  
  5.         include regcop8.inc
  6.  
  7.         nop
  8.         ret
  9.         reti
  10.         retsk
  11.         sc
  12.         rc
  13.         ifc
  14.         ifnc
  15.         vis
  16.         jid
  17.         intr
  18.         laid
  19.         rpnd
  20.  
  21.         clr     a
  22.         inc     a
  23.         dec     a
  24.         dcor    a
  25.         rrc     a
  26.         rlc     a
  27.         swap    a
  28.         pop     a
  29.         push    a
  30.  
  31.         adc     a,[b]
  32.         adc     a,0x12
  33.         adc     a,#0x12
  34.  
  35.         subc    a,[b]
  36.         subc    a,0x12
  37.         subc    a,#0x12
  38.  
  39.         add     a,[b]
  40.         add     a,0x12
  41.         add     a,#0x12
  42.  
  43.         ifgt    a,[b]
  44.         ifgt    a,0x12
  45.         ifgt    a,#0x12
  46.  
  47.         and     a,[b]
  48.         and     a,0x12
  49.         and     a,#0x12
  50.  
  51.         xor     a,[b]
  52.         xor     a,0x12
  53.         xor     a,#0x12
  54.  
  55.         or      a,[b]
  56.         or      a,0x12
  57.         or      a,#0x12
  58.  
  59.         ld      a,[b]
  60.         ld      a,0x12
  61.         ld      a,#0x12
  62.         ld      a,[x]
  63.         ld      r4,#0x12
  64.         ld      b,#12
  65.         ld      b,#0x12
  66.         ld      a,[b+]
  67.         ld      a,[x+]
  68.         ld      a,[b-]
  69.         ld      a,[x-]
  70.         ld      [b],#0x12
  71.         ld      [b+],#0x12
  72.         ld      [b-],#0x12
  73.         ld      0x12,#0x12
  74.  
  75.         x       a,[b]
  76.         x       [x],a
  77.         x       a,[b+]
  78.         x       [x+],a
  79.         x       a,[b-]
  80.         x       [x-],a
  81.         x       a,0x12
  82.  
  83.         andsz   a,#0x12
  84.  
  85.         ifeq    a,[b]
  86.         ifeq    a,0x12
  87.         ifeq    a,#0x12
  88.         ifeq    0x12,#0x12
  89.  
  90.         ifne    a,[b]
  91.         ifne    a,0x12
  92.         ifne    a,#0x12
  93.  
  94.         ifbit   3,[b]
  95.         ifbit   5,0x12
  96.         sbit    3,[b]
  97.         sbit    5,0x12
  98.         rbit    3,[b]
  99.         rbit    5,0x12
  100.  
  101.         ifbne   #7
  102.         ifbne   #0xc
  103.  
  104.         jmp     0x123
  105.         jsr     0x987
  106.  
  107.         jmpl    0x1234
  108.         jsrl    0x3456
  109.  
  110.         jp      .+6
  111.         jp      .-20
  112.         expect  60
  113.          jp      .+1
  114.         endexpect
  115.  
  116.         drsz    r12
  117.         drsz    r8
  118.  
  119. reg     sfr     10
  120.  
  121.         addr    1,2,3,4,5
  122.         addrw   1,2,3,4,5
  123.         byte    1,2,3,4,5
  124.         word    1,2,3,4,5
  125.         dsb     20
  126.         dsw     20
  127.         fb      10,20
  128.         fw      10,20
  129.  
  130.  
  131.