www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Calling D Code from Assembly

reply "John" <typ3def gmail.com> writes:
Is there a way I can call D code from assembly without declaring 
functions as extern(C) and and doing it the C way?
Jul 11 2015
parent "John" <typ3def gmail.com> writes:
On Sunday, 12 July 2015 at 04:30:58 UTC, John wrote:
 Is there a way I can call D code from assembly without 
 declaring functions as extern(C) and and doing it the C way?
SOLVED: Found the calling convention description. http://dlang.org/abi.html
Jul 11 2015