Lines Matching refs:ascii
397 subb $'1',%al # Subtract '1' ascii code
584 .ascii "F6 PXE\r"
586 .ascii "\nBoot:"
587 item: .ascii " "; .byte ' '|0x80
588 crlf: .ascii "\r"; .byte '\n'|0x80
637 .ascii "DO"; .byte 'S'|0x80
639 os_win: .ascii "Wi"; .byte 'n'|0x80
640 os_linux: .ascii "Linu"; .byte 'x'|0x80
641 os_freebsd: .ascii "Free"
642 os_bsd: .ascii "BS"; .byte 'D'|0x80
644 os_ext: .ascii "EX"; .byte 'T'|0x80
656 drive: .ascii "Drive "