jtauber / DCPU-16-Examples

Example Code for Notch's DCPU-16 Instruction Set
41 stars 11 forks source link

Better floating point implementation #4

Closed shauncarpenter closed 12 years ago

shauncarpenter commented 12 years ago

I've updated my FP implementation to change order of the parts to comply with IEEE 754. Overall it is much better.