Subversion Repositories pentevo

Rev

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

  1.         cpu     8086
  2.  
  3.         in      ax,dx
  4.         in      al,dx
  5.         in      ax,50h
  6.         in      al,50h
  7.         out     dx,ax
  8.         out     dx,al
  9.         out     50h,ax
  10.         out     50h,al
  11.