5 ms·
> for example, just to add two numbers you have to shift mantissas and 6502 has no fast way to do it How much work is there to do beside shifting mantissa? (A
by fstrthnscnd 5y ago
> for example, just to add two numbers you have to shift mantissas and 6502 has no fast way to do it
How much work is there to do beside shifting mantissa? (A shift is also necessary for many fixed point calculations).