Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

16Bit DOS in 32bit compiler??

Status
Not open for further replies.

Gunblade87

Programmer
Apr 4, 2003
1
0
0
GB
Hey,
ive just started ASM, from C++ and VB,
and ive got MASM32, which is amazing, but im wondering.. can i use it for making 16bit DOS
programs.. even though its a 32bit win compiler?

thanks,
Gunblade
 
in TASM which you can download v5 for free it is easy to flip from 16bit to 32bit and visa. at the start of each segment you just need to include use16 or use32.

and dont forget ;) that you need to use the correct code selectors when executing the different segments :)

straiph


"There are 10 types of people in this world, those who know binary and those who don't!"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top