New version of BasicAtomPro software
2004-09-26 by djbrow54
Version 7.206 is up on the BasicMicro site. Not too much new but I downloaded and installed it anyway. They fixed conditional compiling which I use in most of my programs. Never noticed a problem with it. Dave Here's the changes: version 7.2.0.6 Added FLOAT support to FOR/NEXT loops Added FLOAT support to MIN/MAX functions Fixed Conditional compiling bug(#IF/#IFDEF/#IFNDEF etc). Added FATAN2 command(syntax FATAN2 Yfloat\Xfloat,result ie FATAN2 1.0\2.0,result) Fixed FASIN/FACOS commands to handle -1.0 to 1.0(previously only supported 0.0 to 1.0) version 7.2.0.5 Fixed LCDWRITE/REAL modifier conflict Changed WRITE command in loader routines. Address to write is now explicit(changed to handle >32kbyte flash).