July 12, 2015 Calling D Code from Assembly | ||||
---|---|---|---|---|
| ||||
Is there a way I can call D code from assembly without declaring functions as extern(C) and and doing it the C way? |
July 12, 2015 Re: Calling D Code from Assembly | ||||
---|---|---|---|---|
| ||||
Posted in reply to John | 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 |
Copyright © 1999-2021 by the D Language Foundation