Hi,
Presently I am working on the wince resume. During resume, the BIOS jumps to the wakeup vector address and control is given to os in real mode. Now I have written a code in assembly and I want that code to be run when the control jumps to the resume
location from BIOS. For doing this, I compiled my code using MASM and copied the content of the EXE file starting from the wake up vector location.But this is not working. When I run the same EXE in 16-bit DOS mode, it gives the correct result. So, I am confirmed
that the code is working properly. I even tried the same with the OBJ file for the same code, but this also failed. So, I am thinking of using .BIN file to try for the same. But I am not getting any proper tool for converting the ASM file to .BIN format.
Can anybody please advice that whether my knowledge and approach is correct or not. Also, please suggest about some tool which can convert ASM file to .BIN format.
Thanks,
P.Max