Page 1 of 1

OSDK article: C/Assembler code sharing

Posted: Sat Aug 15, 2015 11:10 am
by Dbug
I took a bit of time to write about how to use the preprocessor to share file between C and Assembler modules:
http://www.osdk.org/index?page=articles&ref=ART7

If some parts are not clear, if there are typos, etc... just tell me :)

Re: OSDK article: C/Assembler code sharing

Posted: Sat Aug 15, 2015 8:54 pm
by ibisum
Great stuff! I enjoyed reading about it .. the only questions it left me with were, what are some of the common assembly API's available through the OSDK, and how do I go about navigating/finding them ..

Re: OSDK article: C/Assembler code sharing

Posted: Sat Aug 15, 2015 9:11 pm
by Dbug
There are none at the moment.

I'm doing some work on the FloppyBuilder/loader, and these will be the first to benefit from that system: I will simplify the Loader API so it feels more natural to use using the method I was presenting in the article.

Re: OSDK article: C/Assembler code sharing

Posted: Sun Aug 16, 2015 6:26 pm
by iss
Thanks for the useful info.