New version de XA in the works...

Here you can ask questions or provide insights about how to use efficiently 6502 assembly code on the Oric.
User avatar
Dbug
Site Admin
Posts: 4444
Joined: Fri Jan 06, 2006 10:00 pm
Location: Oslo, Norway
Contact:

New version de XA in the works...

Post by Dbug »

Hi.

I'm preparing a new version of XA, that I am basicaly converting to C++, taking the opportunity to remove all the hardcoded values, hardwired limitations, and manual memory management. (the resulting code will probably take more room, but I doubt we really care if XA is 100k bigger at the end).

So well, if you have specific features in mind, just write down.

Right now the only new feature I plan to introduce are:
- Twilighte: Having a list of labels that are not referenced anyone, in order to make it easier to locate dead code.
- Mike: Implement a "incbin" feature to integrate directly binary files in the code.
- Mike: Have real alligment directives (so we do not have to rely on things like .dsb *&-255 ;)