Subversion Repositories SvarDOS

Rev

Rev 1851 | Rev 1863 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1851 Rev 1853
Line 244... Line 244...
244
mov ah, 0x09
244
mov ah, 0x09
245
mov dx, ERRLOAD
245
mov dx, ERRLOAD
246
int 0x21
246
int 0x21
247
 
247
 
248
; wait for keypress
248
; wait for keypress
249
mov ah, 0x08
249
mov ah, 0x07    ; use INT 21h,AH=7 instead of AH=8 for CTRL+C immunity
250
int 0x21
250
int 0x21
251
 
251
 
252
; back to program start
252
; back to program start
253
jmp skipsig
253
jmp skipsig
254
 
254