Hi,
A quick question on this... I'm still a way off from compiling but I'll ask now anyway.
In EC64, is it possible to call a proc..
ECInvoke MyProc, Param1, Param2
.. and define the proc without Parameters.. and still have the parameters in RCX, RDX....etc
MyProc Proc
.
ret
MyProc endp
I'm only thinking of saving on writing down the parameter listing in the MyProc definition, but still use the ABI to access the passed parameters.
Thanks for a great IDE :t
8)
The answer is yes, it is possible!
Thanks for your kind words about The IDE.
:t