Subversion Repositories pentevo

Rev

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

  1.         cpu     v30
  2.         page    0
  3.  
  4.         ins     bh,bl
  5.         ins     bh,7
  6.         ext     bh,bl
  7.         ext     bh,7
  8.  
  9.         rol4    ah
  10.         rol4    [si]
  11.         rol4    [1234h]
  12.         rol4    [bx+12h]
  13.  
  14.         ror4    ah
  15.         ror4    [si]
  16.         ror4    [1234h]
  17.         ror4    [bx+12h]
  18.  
  19.         test1   ch,cl
  20.         test1   byte ptr[di],cl
  21.         test1   cx,cl
  22.         test1   word ptr[di],cl
  23.         test1   ch,6
  24.         test1   byte ptr[di],6
  25.         test1   ch,10
  26.         test1   byte ptr[di],10
  27.         test1   cx,10
  28.         test1   word ptr[di],10
  29.  
  30.         not1    ch,cl
  31.         not1    byte ptr[di],cl
  32.         not1    cx,cl
  33.         not1    word ptr[di],cl
  34.         not1    ch,6
  35.         not1    byte ptr[di],6
  36.         not1    ch,10
  37.         not1    byte ptr[di],10
  38.         not1    cx,10
  39.         not1    word ptr[di],10
  40.         not1    cy              ; = CMC (0f5h)
  41.  
  42.         clr1    ch,cl
  43.         clr1    byte ptr[di],cl
  44.         clr1    cx,cl
  45.         clr1    word ptr[di],cl
  46.         clr1    ch,6
  47.         clr1    byte ptr[di],6
  48.         clr1    ch,10
  49.         clr1    byte ptr[di],10
  50.         clr1    cx,10
  51.         clr1    word ptr[di],10
  52.         clr1    cy              ; = CLC (0f8h)
  53.  
  54.         set1    ch,cl
  55.         set1    byte ptr[di],cl
  56.         set1    cx,cl
  57.         set1    word ptr[di],cl
  58.         set1    ch,6
  59.         set1    byte ptr[di],6
  60.         set1    ch,10
  61.         set1    byte ptr[di],10
  62.         set1    cx,10
  63.         set1    word ptr[di],10
  64.         set1    cy              ; = SEC (0f5h)
  65.  
  66.         fpo2    12
  67.         fpo2    12,ch
  68.         fpo2    12,[bx]
  69.         fpo2    12,[1234h]
  70.  
  71.         add4s
  72.         sub4s
  73.         cmp4s
  74.  
  75.         brkem   23h
  76.  
  77.         repc    cmpsb
  78.         repnc   cmpsw
  79.