Usage of MASM32 macros for number to string conversion "ustr$"/"sstr$"

Started by frktons, September 04, 2010, 04:14:39 PM

Previous topic - Next topic

hutch--

Frank,


      cst MACRO arg1,arg2
        invoke szCopy,reparg(arg2),tstarg(arg1)
      ENDM


The macros that are called by this macro are to control quoted text support. Look in the masm32 help file "High Level Macro Help" to get the documentation for this macro. The szCopy procedure is in the masm32 library source code and is reasonably straight forward byte level code.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php