Forum
Compiuter PlotChat - Printable Version

+- Forum (https://www.boriel.com/forum)
+-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12)
+--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11)
+---- Forum: How-To & Tutorials (https://www.boriel.com/forum/forumdisplay.php?fid=13)
+---- Thread: Compiuter PlotChat (/showthread.php?tid=259)

Pages: 1 2


Re: Compiuter PlotChat - britlion - 09-03-2011

Don't forget <!-- m --><a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:HRprint.bas">http://www.boriel.com/wiki/en/index.php ... Rprint.bas</a><!-- m -->

I don't think we ever pinned down which was the best code, actually (fastest, most efficient, etc).


Re: Compiuter PlotChat - oblo - 09-04-2011

Library description says that is quite slow. Nevertheless, I'll give it a try.

Cheers


Re: Compiuter PlotChat - britlion - 09-05-2011

Yes - it would be faster if it used lookup tables. I was thinking of looking at a version that has a screen lookup table, as well as rotate tables. But it would be quite a lot larger - always a trade between speed and memory!

[Edit]
I've now sped up a call to mine by 20% using screen address and rotate tables, if anyone cares! <!-- l --><a class="postlink-local" href="http://www.boriel.com/forum/how-to-tutorials/topic493.html">how-to-tutorials/topic493.html</a><!-- l -->


Re: Compiuter PlotChat - compiuter - 09-09-2011

You can change the parameters of the routine for take two bytes instead a word. You must use Britlion´s hrprint routine because it´s faster than this. Thx.