cc65-floatlib
cc65-floatlib copied to clipboard
a naive approach for using kernal floating point numbers on C64, while using IEEE float values at application level
Would PET support be possible? BASIC would have all the same IEEE routines, but they're at different locations. If it were possible, I have an MTU graphics board and could...
Add c128
Would love to see a 128 port of this. Any pointers on how to develop a port?
I am trying to get a decimal number into a float. So I did this Y=fdiv(itof((int)14278),itof((int)10000)); Which should result in 1.4278. Instead I get 1.42779994. I know there is some...
Hi! First I wanted to say, I am so grateful and delighted that you've undertaken this effort! Thank you! I just started with cc65 a few days ago and discovered...