The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => 16 bit DOS Programming => Topic started by: herge on December 07, 2005, 01:38:49 PM

Title: PUT
Post by: herge on December 07, 2005, 01:38:49 PM
I am trying to convert 16 bit Dos Program to 32 bit.
How do you write a Byte to CRT? Good Old Put.
Is they any documentations on Print CHR$?

Any Suggestions?

Title: Re: PUT
Post by: hutch-- on December 07, 2005, 02:13:21 PM
Please post 16 bit questions in the 16 bit forum.
Title: Re: PUT
Post by: GregL on December 07, 2005, 07:08:33 PM
QuoteIs they any documentations on Print CHR$?

Yes, it is in one of the MASM32 help files. It is located here \masm32\help\hlhelp.hlp.

print and chr$ are macros.