search for: is_comboot_image

Displaying 1 result from an estimated 1 matches for "is_comboot_image".

2002 Jun 12
2
Problems with NBP chaining
...; 4 bytes before end >>> ECX points for characters from end (not necessarily to '.') pop ax pop di or ecx,20202000h ; Force lower case cmp ecx,'.com' je near is_comboot_image cmp ecx,'.cbt' je near is_comboot_image cmp ecx,'.bss' je near is_bss_image cmp ecx,'.bin' je near is_bootsector >>> At this point, '.bs' would be in the top 3 b...