Creating Oric software on OS X

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:

Re: Creating Oric software on OS X

Post by Dbug »

You can definitely use more zero pages addresses, as long as they don't conflict with what the ROM needs.

That being said, if you are doing a microdisc based program, then you have full control of all the code in overlay ram, which means you can have you own IRQ handler which means that you can use 100% of the zero page for yourself.

Of course if you want to switch back between overlay and ROM, then it's going to crash horribly - except if you made a copy in ram somewhere else -.
Post Reply