News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Help starting program.

Started by magus841, May 09, 2010, 12:50:00 AM

Previous topic - Next topic

dedndave

well - it has been a good exercise
but, stick with 32-bit code   :U

FORTRANS

Quote from: magus841 on May 09, 2010, 04:09:04 AM
But a general question: would it drastically affect run time/processing speed if I used a 16-bit application vs. a 32-bit one? What I'm basically trying to do is optimize a C++ function by calling a routine that's written in assembler to do the function.

   Running time should not be a problem for 16-bit code.  However,
if the C++ is 32-bit it should not work at all.

Regards,

Steve N.