Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

And how do you store the carry bits (this machine only has 2 bits of state)? Or do you encode carries by pure branching?


It would be tedious to do it all by pure branching. You would need a 64-way branch for c2. If you can't spare one separate RAM bit for a carry you could store the carries in the c2 location and start the computation of c2 by if (c2==...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: