Diff for /np2/np2tool/NP2TOOL.X86 between versions 1.1 and 1.2

version 1.1, 2004/01/22 04:23:06 version 1.2, 2004/01/31 20:05:23
Line 22  sendnp2port: mov  dx, NP2PORT Line 22  sendnp2port: mov  dx, NP2PORT
                                 xor             cx, cx                                  xor             cx, cx
                                 lodsb                                  lodsb
                                 mov             cl, al                                  mov             cl, al
                                 rep outsb          if 1
   @@:                             lodsb
                                   out             dx, al
                                   loop    short @b
           else
                                   rep             outsb
           endif
                                 ret                                  ret
   
 _msg_pcat               db      'PC/AT$'  _msg_pcat               db      'PC/AT$'

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>