Hacker News new | ask | show | jobs
by jcmeyrignac 2516 days ago
Well, the code is not perfectly optimized: https://github.com/option8/8BITCOIN/blob/master/HASH.s

For example: CLC ROL A can be replaced by ASL A

2 comments

Create a pull request! :)
I'll add that to the next commit. Thanks!

Let me know if you see anything else.