OSDK article: C/Assembler code sharing

Questions, bug reports, features requests, ... about the Oric Software Development Kit. Please indicate clearly in the title the related element (OSDK for generic questions, PictConv, FilePack, XA, Euphoric, etc...) to make it easy to locate messages.

User avatar
Dbug
Site Admin
Posts: 4437
Joined: Fri Jan 06, 2006 10:00 pm
Location: Oslo, Norway
Contact:

OSDK article: C/Assembler code sharing

Post 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 :)
User avatar
ibisum
Wing Commander
Posts: 1643
Joined: Fri Apr 03, 2009 8:56 am
Location: Vienna, Austria
Contact:

Re: OSDK article: C/Assembler code sharing

Post 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 ..
User avatar
Dbug
Site Admin
Posts: 4437
Joined: Fri Jan 06, 2006 10:00 pm
Location: Oslo, Norway
Contact:

Re: OSDK article: C/Assembler code sharing

Post 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.
User avatar
iss
Wing Commander
Posts: 1637
Joined: Sat Apr 03, 2010 5:43 pm
Location: Bulgaria
Contact:

Re: OSDK article: C/Assembler code sharing

Post by iss »

Thanks for the useful info.
Post Reply