mirror of
https://github.com/cc65/cc65.git
synced 2025-01-26 17:36:57 +00:00
add note on optimizer
This commit is contained in:
parent
bad961b36f
commit
dae4b2d9b0
@ -181,7 +181,11 @@ The only exception to the above are actions that are exclusive to the github act
|
||||
|
||||
* the printf family of function does not completely implement all printf modifiers and does not behave as expected in some cases - all this should be documented in detail
|
||||
|
||||
## Floating point support
|
||||
## Compiler
|
||||
|
||||
* We need a way that makes it possible to feed arbitrary assembler code into the optimzer, so we can have proper tests for it
|
||||
|
||||
### Floating point support
|
||||
|
||||
The first step is implementing the datatype "float" as IEEE488 floats. Help welcomed!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user