I’ve got a repo with some examples here:
https://sourceforge.net/p/xena-examples/code/HEAD/tree/It not very well documented but also not overly complex. If you have XTools and Gabrielle in path they should build out of the box.
-
stack shows a simple stack kind of thingie. You can put data to Xena to some sort of stack/list, and you can get it back. Mostly to show how interfaces in .xc works.
-
optimusprime starts three threads on Xena to calculate prime numbers using three different algorithms. You can then get back into on how long they took from the Amiga side. Should probably also do the same fully on the amiga side to get an idea of what speeds one can expect? An assignment for anyone else?
Oh and yeah — these only work on X1000 now. The localbus.c isn’t adapted to X5000 ways of doing the localbus. (Of course it’s different. It’s better they say, but none the less different.)