Subversion Repositories pentevo

Rev

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

  1.         cpu     ns32cg16
  2.         supmode on
  3.         page    0
  4.  
  5.         ; not implemented on 32CG16
  6.  
  7.         expect  1500
  8.         movsuw  (r4),(r5)
  9.         endexpect
  10.  
  11.         bband           ; 0E 2B 01
  12.         bband   s       ; 0E 2B 01
  13.         bband   ia      ; 0E 2B 01
  14.         bband   s,ia    ; 0E 2B 01
  15.         bband   -s      ; 0E AB 01
  16.         bband   da      ; 0E 2B 03
  17.         bband   -s,da   ; 0E AB 03
  18.         expect  2254
  19.         bband   s,s     ; duplicate opt
  20.         endexpect
  21.         expect  2254
  22.         bband   s,-s    ; contradicting opt
  23.         endexpect
  24.         expect  2254
  25.         bband   da,ia   ; contradicting opt
  26.         endexpect
  27.         bbor    -s,da   ; 0E 99 02
  28.         bbxor   s,da    ; 0E 39 02
  29.         bbfor   s,ia    ; 0E 31 00
  30.         expect  2255
  31.         bbfor   -s      ; -S not allowed for BBFOR
  32.         endexpect
  33.         expect  2255
  34.         bbfor   da      ; DA not allowed for BBFOR
  35.         endexpect
  36.         bbstod  -s,da   ; 0E 91 02
  37.  
  38.         bitwt           ; 0E 21 00
  39.         extblt          ; 0E 17 00
  40.         movmpb          ; 0E 1C 00
  41.         movmpw          ; 0E 1D 00
  42.         movmpd          ; 0E 1F 00
  43.         tbits   0       ; 0E 27 00
  44.         tbits   1       ; 0E A7 00
  45.         expect  1320
  46.         tbits   2
  47.         endexpect
  48.