Re: [Flashforth-devel] draft of revised tutorial guide for FF5
Brought to you by:
oh2aun
From: Mikael N. <mik...@pp...> - 2014-05-05 03:39:49
|
Peter, After a quick scan through, I just noticed some small things. Abstract has wrong PIC18 number 3.2 has the wrong filename and USB filename complaint. I have changed the filename in FF5.0 References is missing the FF site. On Atmega the there is also the BIO0: BIO1: words that produce faster code (1 cycle) for IO adressess below $20. The BIT0: and BIT1: words use memory adressing (IO address + $20) I think I will merge these words so that the BIT words compile optimal code also for IO adressess below $20. BR Mike |