Documented floating-point status.

This commit is contained in:
dtrg
2007-04-28 22:34:47 +00:00
parent 3a4147a37d
commit a7323e1a8b
3 changed files with 7 additions and 0 deletions

View File

@@ -17,6 +17,9 @@ represent the console. All reads block. There's enough TTY emulation to allow
There's a special, if rather minimilist, interface to give applications access
to CP/M. See include/cpm.h for details.
IEEE floating point is not available. Attempts to use floating-point numbers
will cause the program to terminate.
Example command line
====================