Answered by:
ML64 x64 proc specifying pointer arguments

Question
-
I have not yet found how to specify proc arguments for pointers to types in x64 as in
XYZ Proc EXPORT pi64:<?qword ptr?> , i64addend:qword
where the ptr syntax is to qword or some other data
- Moved by Jack Zhang - AAA Tuesday, January 29, 2019 9:38 AM
Tuesday, January 29, 2019 4:21 AM
Answers
-
- Marked as answer by mwindham Tuesday, January 29, 2019 3:27 PM
Tuesday, January 29, 2019 3:26 PM
All replies
-
Not sure if this is right, but it compiles
XYZ Proc EXPORT pi64:ptr qword , i64addend:qword
Tuesday, January 29, 2019 6:06 AM -
Hello,
Thanks for posting here.
This forum is about c++ development. For your case which is more related to assembly language, so I will move this thread to Where is the Forum for...? forum to redirect it. Then you could post your issue on there for better support.
Best Wishes,
Jack
MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Tuesday, January 29, 2019 9:38 AM -
Hello,
you could ask here: http://www.masm32.com/board/index.php
There are forums for 64 bit masm too.
- Proposed as answer by Richard MuellerMVP, Banned Tuesday, January 29, 2019 11:30 AM
Tuesday, January 29, 2019 11:24 AM -
- Marked as answer by mwindham Tuesday, January 29, 2019 3:27 PM
Tuesday, January 29, 2019 3:26 PM