Subversion Repositories pentevo

Rev

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

  1.         cpu     v55
  2.         page    0
  3.  
  4.         mov     bx,ds3          ; 8C F3
  5.         mov     [bx+di],ds3     ; 8C 31
  6.         mov     bx,ds2          ; 8C FB
  7.         mov     [bx+di],ds2     ; 8C 39
  8.  
  9.         mov     ds3,bx          ; 8E F3
  10.         mov     ds3,[bx+di]     ; 8E 31
  11.         mov     ds2,bx          ; 8E FB
  12.         mov     ds2,[bx+di]     ; 8E 39
  13.  
  14.         push    ds3             ; 0F 76
  15.         push    ds2             ; 0F 7E
  16.  
  17.         pop     ds3             ; 0F 77
  18.         pop     ds2             ; 0F 7F
  19.  
  20.         lds3    si,[1234h]      ; 0F 36 36 34 12
  21.         mov     ds3,si,[1234h]  ; 0F 36 36 34 12
  22.         lds2    di,[bp+si+56h]  ; 0F 3E 7A 56
  23.         mov     ds2,di,[bp+si+56h] ; 0F 3E 7A 56
  24.  
  25.         segds2                  ; 63
  26.         segds3                  ; D6
  27.         iram                    ; F1
  28.  
  29.         bsch    cl
  30.         bsch    dx
  31.         bsch    byte ptr [1234h]
  32.         bsch    word ptr [bp+si+56h]
  33.  
  34.         rstwdt  12h,65h         ; 0F 96 12 65
  35.  
  36.         btclrl  12h,65h,$+10h   ; 0F 9D 12 65 0B
  37.  
  38.         qhout   1234h           ; 0F E0 34 12
  39.         qout    1234h           ; 0F E1 34 12
  40.         qtin    1234h           ; 0F E2 34 12
  41.  
  42.         cpu     v55sc
  43.  
  44.         idle                    ; 0F 9F
  45.  
  46.         cpu     v55pi
  47.  
  48.         albit                   ; 0F 9A
  49.         coltrp                  ; 0F 9B
  50.         mhenc                   ; 0F 93
  51.         mrenc                   ; 0F 97
  52.         scheol                  ; 0F 78
  53.         getbit                  ; 0F 79
  54.         mhdec                   ; 0F 7C
  55.         mrdec                   ; 0F 7D
  56.         cnvtrp                  ; 0F 7A
  57.