The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
64 bit assembler
»
UASM Assembler Development
»
Question about creating include files for HJWASM64
« previous
next »
Print
Pages:
1
2
[
3
]
Author
Topic: Question about creating include files for HJWASM64 (Read 16173 times)
hutch--
Administrator
Member
Posts: 10583
Mnemonic Driven API Grinder
Re: Question about creating include files for HJWASM64
«
Reply #30 on:
July 15, 2016, 07:08:50 PM »
mrm MACRO target,source
mov rax, reparg(source)
mov target, rax
ENDM
LOCAL var :QWORD
mrm var, "This is plain text"
Logged
hutch at movsd dot com
http://www.masm32.com
habran
Member
Posts: 1228
Re: Question about creating include files for HJWASM64
«
Reply #31 on:
July 15, 2016, 07:51:07 PM »
Yeah babe
That's the way (uh huh huh) I like it
Logged
Cod-Father
Print
Pages:
1
2
[
3
]
« previous
next »
The MASM Forum
»
64 bit assembler
»
UASM Assembler Development
»
Question about creating include files for HJWASM64