hello, i need to do a program in assembly with NASM that display an BMP image file at screen but i do not know how to do that, can some one help me? the program needs to have this statements:
-it may ask for the image file name
-the namos of image files need to be like (8char).ext(3char), the extension BMP is introducted by keyboard and if the user introduce a file name that isn't "BMP" the image may be displayed at screen equaly if it is a valid image file
-the program may test the image file to make sure that it is valid, the image is valid if it is a 24bits image color, not compressed and with the maxium 1024*768 pixel.
sorry for my bad english, i realy apreciate some help!