ABC
===

Archimedes BASIC Compiler.
See Archimedes BASIC Compiler Manual for further documentation.

Contents:
  Changes in ABC 5.00
  Changes in ABC 5.01


Changes in version 5.00 of the compiler
=======================================

* The code generator can now be set to produce floating point instructions for
  the Vector Floating Point unit which will calculate reals much faster on Arm
  processors with a VFP unit. This requires ABCLibrary 5.00 or later for the
  support routines.


Changes in version 5.01 of the compiler
=======================================

* Fix a failure to compile floating point constants such as PI when in VFP
  mode, caused by an attempt to use extended precision values in memory.

