Two Stop Bitsnew | comments | tags | ask | submitlogin
6502 Integer Multiplication - which is best? (6502 multiply opcode benchmark) (github.com | ia)
4 points by bmonkey325 538 days ago | 1 comment
  • ddingus 538 days ago
    I have almost always found a look up table, plus specialized routines to be the best overall.

    Like the author says, it is the speed vs memory tradeoff in action.

    When I do not care about speed, compact routines that yield the answer to as many, or even all my use cases, are best. The memory ends up being put to a better use.

    Otherwise, I generally need specific multiplies and code for those best I can.

lists | rss | source
Search:
Two Stop Bits is a discussion web site about retro computing and gaming.