Possible document error with Calibfreq?

pma32904

New Member
In the case of using a negative argument with Calibfreq, per the 5.0.7 manual, section 2, page 15, the "equivalent BASIC code is"

let b12 = 64 - factor
poke $90, factor
pause 2

B12 is calculated, but not used. I assume this should read: poke $90, b12

Is my assumption correct?

Paul

Edited by - pma32904 on 01/06/2007 18:35:34
 
Top