You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Morgan Arnold 1d1412a7d1 Add files for other subroutines 3 years ago
arithmetic Add files for other subroutines 3 years ago
conversion Add files for other subroutines 3 years ago
tests Add subtraction 3 years ago
README.md Fix typo in README.md 3 years ago
UNLICENSE Initial commit. 3 years ago

README.md

6502IEEE754

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.