z80float icon indicating copy to clipboard operation
z80float copied to clipboard

[f24] Add conversion routines

Open Zeda opened this issue 5 years ago • 0 comments

There should be conversion routines for the 24-bit floats (f24). I think maybe:

  • [x] ~~f24 <== string~~
  • [x] ~~f24 ==> single ("single" being this lbrary's bastardized format)~~
  • [x] ~~f24 <==> binary32~~
  • [ ] f24 <==> binary16
  • [x] ~f24 <==> u8~
  • [x] ~f24 <==> u16~
  • [x] ~f24 <==> i8~
  • [x] ~f24 <==> i16~

Zeda avatar Feb 21 '20 05:02 Zeda