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

version 1.2, 2003/12/10 13:52:57 version 1.3, 2004/01/22 01:10:04
Line 12  START2:   mov  si, offset nobiosmsg Line 12  START2:   mov  si, offset nobiosmsg
   
 nosystems:              mov             si, offset nosysmsg  nosystems:              mov             si, offset nosysmsg
   
 dispend:                mov             cx, 1000h  dispend:                mov             ax, 0a04h
                                 mov             bx, 8000h                                  int             18h
                                 mov             ss, cx                                  mov             ah, 16h
                                 mov             sp, bx                                  mov             dx, 0e120h
                                 add             bh, 20h                                  int             18h
                                 mov             es, bx                                  cli
   
                                 xor             di, di  
                                 cld                                  cld
                                 lea             ax, [di + 20h]                                  mov             ax, 0a000h
                                 rep stosw                                  mov             es, ax
                                 mov             al, 0e1h  
                                 mov             cx, 1fe0h  
 atrclr:                 stosb  
                                 inc             di  
                                 loop    atrclr  
   
                                 db              FIXCS                                  db              FIXCS
                                 lodsw                                  lodsw
                                 mov             di, ax                                  mov             di, ax
Line 42  putmsg:   db  FIXCS Line 34  putmsg:   db  FIXCS
                                 inc             di                                  inc             di
                                 inc             di                                  inc             di
                                 jmp             short putmsg                                  jmp             short putmsg
 putmsgend:              cli  putmsgend:              hlt
                                 hlt  
                                 jmp             short putmsgend                                  jmp             short putmsgend
   
   

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


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