News:

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

PUT

Started by herge, December 07, 2005, 01:38:49 PM

Previous topic - Next topic

herge

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?

// Herge born  Brussels, Belgium May 22, 1907
// Died March 3, 1983
// Cartoonist of Tintin and Snowy

hutch--

Please post 16 bit questions in the 16 bit forum.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

GregL

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.