; A T T R I B U T E L A Y O U T ; +-------+-------+-------+-------+-------+-------+-------+-------+ ; ³ Blink ³ Background Color ³ Foreground Color ³ ; +-------+-------+-------+-------+-------+-------+-------+-------+ ATTRIB_BLACK EQU 007h ; =black, fg=white ATTRIB_BLACK_WHITE EQU 00Fh ; W=black, fg=White Intensified ATTRIB_BLACK_BLINK EQU 08Fh ; F=black, fg=White Blinking ATTRIB_BLUE EQU 017h ; b=blue ATTRIB_BLUE_RED EQU 01Ch ; u=blUe, fg=red ATTRIB_BLUE_YELLOW EQU 01Eh ; u=blUe, fg=yellow ATTRIB_BLUE_WHITE EQU 01Fh ; B=Blue ATTRIB_GREEN_BLUE EQU 021h ; g=green, fg=blue ATTRIB_GREEN_RED EQU 02Ch ; g=green, fg=red ATTRIB_GREEN_YELLOW EQU 02Eh ; g=green, fg=yellow ATTRIB_GREEN_WHITE EQU 02Fh ; G=Green ATTRIB_CYAN_BLUE EQU 031h ; c=cyan, fg=blue ATTRIB_CYAN_RED EQU 03Ch ; c=cyan, fg=red ATTRIB_CYAN_YELLOW EQU 03Eh ; c=cyan, fg=yellow ATTRIB_CYAN_WHITE EQU 03Fh ; C=Cyan ATTRIB_RED EQU 047h ; r=red ATTRIB_RED_BLUE EQU 041h ; d=red, fg=blue ATTRIB_RED_YELLOW EQU 04Eh ; d=red, fg=yellow ATTRIB_RED_WHITE EQU 04Fh ; R=Red ATTRIB_MAGENTA EQU 057h ; m=magenta ATTRIB_MAGENTA_BLUE EQU 051h ; t=magenTa, fg=blue ATTRIB_MAGENTA_YELLOW EQU 05Eh ; t=magenTa, fg=yellow ATTRIB_MAGENTA_WHITE EQU 05Fh ; M=Magenta ATTRIB_BROWN EQU 067h ; o=brown ATTRIB_BROWN_YELLOW EQU 06Eh ; n=browN, fg=yellow ATTRIB_BROWN_WHITE EQU 06Fh ; O=brOwn ATTRIB_INVERSE EQU 030h ; I=Inverse ATTRIB_INVERSE_YELLOW EQU 03Eh ; Y=inverse Yellow ATTRIB_MESSAGE EQU 03Eh ; A=messAge ATTRIB_ERROR EQU 034h ; e=error ATTRIB_SEVERE_ERROR EQU 06Fh ; E=severe Error ATTRIB_OVERLAY EQU 003h ; x=Overlay mode ATTRIB_FG_YELLOW EQU 00Eh ; y=Mask with this to get yellow fg ; q=Do not change attribute ATTRIB_FILE_DIRECTORY EQU 010h ; File Entry is Directory ATTRIB_FILE_FILE EQU 020h ; File Entry is File