The MASM Forum

Projects => Easy Code IDE 32/64-bit => Topic started by: K_F on January 14, 2018, 10:58:54 PM

Title: Procs with no definitions in EC64
Post by: K_F on January 14, 2018, 10:58:54 PM
 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)
Title: Re: Procs with no definitions in EC64
Post by: rsala on January 15, 2018, 01:39:19 AM
The answer is yes, it is possible!

Thanks for your kind words about The IDE.
:t