Author Topic: Question about creating include files for HJWASM64  (Read 16173 times)

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: Question about creating include files for HJWASM64
« Reply #30 on: July 15, 2016, 07:08:50 PM »
 :biggrin:


    mrm MACRO target,source
      mov rax, reparg(source)
      mov target, rax
    ENDM



    LOCAL var :QWORD
    mrm var, "This is plain text"







hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

habran

  • Member
  • *****
  • Posts: 1228
    • uasm
Re: Question about creating include files for HJWASM64
« Reply #31 on: July 15, 2016, 07:51:07 PM »
Yeah babe :eusa_clap:
That's the way (uh huh huh) I like it :greenclp:
Cod-Father