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?
Please post 16 bit questions in the 16 bit forum.
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.