News:

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

Experimental ftext macro

Started by hutch--, July 13, 2005, 08:10:46 AM

Previous topic - Next topic

hutch--

I already had the guts of this one running with an extended version of the cprint macro so I fiddled it to perform file output instead of console output and it seems to be working OK at the moment. It has built in notation for quotations, newline support, tab support and both normal and angle brackets. What I am tempted to do is use the guts of this macro as a macro to be called by other macros but I have not worked out how to pass enough data back to the caller yet.

this one as like earlier versions will not handle registers as arguments or register return values.

[attachment deleted by admin]
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Vortex