Thank you very much Iss for sharing this library with the community.
That is undoubtedly a very valuable library for modern development on Oric. The code is neat, very readable. Very nice work !
And there are many things to learn from this code.
There are at least two things that I've allways wanted to understand and that I can better explore thank to this library:
- file loading/saving with sedoric .. (this lib seems to make things so simple .. from C or from BASIC).
- the IJK interface .. (very interesting example .. good starter for dummies C programmers).
Just to make sure I did understand what I read.
Are data defined
here the result of assembling the driver in
ijk-driver.s?
I like this way to make some assembly routines available from the BASIC
The TTF font rendering looks very cool. And that seems to be a very convenient and stylized way to display dynamically defined text on a hires screen. I wonder how it would behave if it is used over a previously loaded B&W image.
PS: I noticed that your data block definition in ijk-btest.txt ends with the french word
FIN.
Funny to see a french word here
Congratulation and thank you