A set of subroutines implementing the binary32 IEEE754 format (also known as single precision floats) in 6502 assembly. All subroutines require stack space for passing parameters, as well as some amount of reserved space in memory that may be used as working memory.
CrashAndSideburns/6502ieee754
Single precision floating point numbers for the 6502 microprocessor.
PythonUnlicense