msg.inc
来自「TestOS - 带简单GUI的DOS扩展OS// 源代码// ASM// 英文」· INC 代码 · 共 33 行
INC
33 行
;=========================================================;
; Msg 11/12/03 ;
;---------------------------------------------------------;
; DOS EXTREME OS V0.01 ;
; by Craig Bamford. ;
; ;
; Defines mesages ;
;=========================================================;
FileName: db "TEBPM.BMP"
Space: db " " ,0x0d,0
date_error_msg: db " ERROR! seting date. " ,0x0d,0
time_error_msg: db " ERROR! seting time. " ,0x0d,0
novesa_msg: db " ERROR! LFB Vesa not available. " ,0x0d,0
WeHaveFoundFile: db " We Have Found The File! " ,0x0d,0
WeHaveNotFoundFile: db " We Have Not Found The File! " ,0x0d,0
nextline: db " " ,0x0d,0
time_lable: db " Time ",0
date_lable: db " Date ",0
stringood: db " It Works!!!!!!!!!!!!!!!!! " ,0x0d,0
stringbad: db " Shit its, too busy!!!!!!! " ,0x0d,0
stringZ: db " Shit!, does this work ? 0 " ,0x0d,0
stringZ1: db " Shit!, does this work ? 1 " ,0x0d,0
stringZ2: db " Shit!, does this work ? 2 " ,0x0d,0
stringZ3: db " Shit!, does this work ? 3 " ,0x0d,0
stringZ4: db "C:\>" ,0
;testvchar: db " I HOPE THIS WORKS. ",0
testvchar: db " I HOPE THIS WORKS. " ,0x0d,0
msg0: db " V E S A M O D E N O T S U P P O R T E D ! " ,0x0d,0
msg1: db "F i n a l l y i n p r o t e c t e d m o d e ! " ,0x0d,0
msg2: db "I n t 4 0 h w o r k i n g ! " ,0x0d,0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?