[Coco] Basic09

L. Curtis Boyle curtisboyle at sasktel.net
Thu Mar 20 14:03:13 EDT 2025


Plus, you can use GFX2 to send the graphics commands, or you can define a BYTE array and PUT #1,<array> to send them out a little faster (and saves one having to have GFX2 around at all)… but it makes the code harder to read after the fact.


> On Mar 20, 2025, at 11:56 AM, Allen Huffman via Coco <coco at maltedmedia.com> wrote:
> 
> B09 had zero graphics and sound support, so that is all done thru library modules. 
> 
> Benchmark it sometime. It’s super fast! It would be fun to see how it compares to C generated assembly.
> 
> But the speed of graphics and such is entirely up to the library modules. They could be in C, assembly or even B09.
> 
> 
> Sent from my iPhone
> 



More information about the Coco mailing list