Posts: 806
Threads: 135
Joined: Apr 2009
Reputation:
5
Cool stuff.
I've added it as a code patch to the wiki library section. Are there any others in there, like LCD's proportional print routine or the nascent maths library section that you think are worth calling part of the include pack?
Posts: 1,838
Threads: 56
Joined: Aug 2019
Reputation:
25
Yes, but like in this topic, we *must* intensively check them before including them into the library.
I've been quite busy these last months hence the delay, but I'm started to manage automatic testing, so things should go much faster from now onwards.
By the way, I think print64 is well tested enough, so I will include them in the library.
Also would like to include many other libraries (Mojon's codes in a /mj/ directory, and your fourspriter version among others) :wink:
BTW, there's a function called setattr(x, y, value) in ATTR.BAS library.
Programming an attrAddr function is also straighforward as this function is already defined in library-asm/attr.asm
I thing the routine in there is much faster an shorter (need more testing).
Posts: 806
Threads: 135
Joined: Apr 2009
Reputation:
5
Thanks, Boriel.
Part of the duplication issue is lack of documentation - not knowing what's out there as a callable function.
Think that should be in library routines? I suppose knowing what's available in what include is going to help a lot
Posts: 806
Threads: 135
Joined: Apr 2009
Reputation:
5
I completely agree I need other people to test these. I didn't write the original code, just reworked it from well known sources into shape; which means there are likely to be bugs.
I'll look into this one after work today.