Diff for /np2/romimage/SASIBIOS.ASM between versions 1.2 and 1.3

version 1.2, 2004/01/27 03:24:19 version 1.3, 2004/01/31 20:05:23
Line 1 Line 1
 .186  
   
 CODE    SEGMENT  CODE    SEGMENT
                 ASSUME CS:CODE,DS:nothing,ES:nothing,SS:nothing                  ASSUME CS:CODE,DS:nothing,ES:nothing,SS:nothing
Line 68  sasi_bios:  cld Line 67  sasi_bios:  cld
                                 mov             si, offset sasibiosstr                                  mov             si, offset sasibiosstr
                                 mov             dx, 07efh                                  mov             dx, 07efh
                                 cli                                  cli
                                 rep outsb          if 1
   @@:                             lodsb
                                   out             dx, al
                                   loop    short @b
           else
                                   rep             outsb
           endif
                                 sti                                  sti
                                 pop             ax                                  pop             ax
                                 pop             bx                                  pop             bx

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


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