A86: simple math optimization


[Prev][Next][Index][Thread]

A86: simple math optimization




What's the fastest way to do

hl = (16 * d) + e

?

The code I have is chunky, and I need to optimize it.  I'm still new at this
stuff, so I don't really know what I'm doing before I actually try it.  =)


Follow-Ups: