Home | History | Annotate | Download | only in dosutil

Lines Matching refs:CR

53 %define CR	0DH, 0Ah
114 Greeting db 'El-Torito Bootable CD-ROM Driver for Dos v',Ver,', http://www.nu2.nu/eltorito/',CR
115 db ' (c) 2000 by Gary Tong',CR
116 db ' (c) 2001-2002 by Bart Lagerweij',CR,0
249 cmp byte [si],13 ;Is next char a CR?
797 mov si, LineEnd ; CR/LF
859 mov si, LineEnd ;Print a CR/LF
926 FindParm1: cmp byte [si],0Dh ;CR? (End of parameters)
1077 NoBootCD db ' No booted CD-ROM found.',CR,0
1080 db 'Booted CD-ROM:',CR,' ', 0
1084 CDBytesB db 'h bytes per Sector.',CR,0
1088 db 'Usage: device=eltorito.sys /D:<DevName>',CR,0
1092 DrvInst1 db 'installed',CR,0
1094 WaitMsg db ' Alt pressed, waiting...', CR, 0
1096 LineEnd db CR,0