|
|
|
|
|
by entaloneralie
241 days ago
|
|
For sure, here are the registers used for each fraction: comp h^2 > comp H^2
comp h c > done H
comp > done c^2
done H^2 > done h^3
done H > comp
done > comp
Accumulator: comp h^8
The first two does the comparison for odd/even, the h register is moved to the H register during the comparison, then done does H += H>>2, and then keep trying.https://wiki.xxiivv.com/site/fractran.html |
|