Subversion Repositories SvarDOS

Rev

Rev 1493 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1493 Rev 1496
Line 287... Line 287...
287
CHARLOOP:
287
CHARLOOP:
288
loop    NEXTCHAR                       ; dec cx and jmp to NEXTCHAR if cx > 0
288
loop    NEXTCHAR                       ; dec cx and jmp to NEXTCHAR if cx > 0
289
jmp     RELOADBUF
289
jmp     RELOADBUF
290
 
290
 
291
 
291
 
292
; display " --- More ---"
292
; display "--- More ---"
293
PRESSANYKEY:
293
PRESSANYKEY:
294
mov     ah, 9h                         ; disp $-termin. string pointed by DX
294
mov     ah, 9h                         ; disp $-termin. string pointed by DX
295
mov     dx, offset SEPAR1
295
mov     dx, offset SEPAR1
296
int     21h
296
int     21h
297
mov     dx, bp
297
mov     dx, bp