hai guys,
Iam woriking on a 386 based system. I am currently using intel 16 bit assembler which has utilities like locator, hex convertor etc.,
Now i want to move to masm32 so that i can work the processor in protected mode. Iam having problems in allocating segments. I dont know whether i had understood the assemblers quite well
I would be very much grateful if any one could help me in guiding through the process of creating image that can be fused in a flash.
In SolarOS ( www.oby.ro) you cand find an example of generating binary files and segment directives for TASM (IMHO works for MASM also)
The resulted file could be put inside a FLASH/ROM if variables are moved into RAM.