|
|
|
|
|
by tjalfi
2172 days ago
|
|
This is a neat project, thanks for writing it up. Does the Retroputer instruction set have an equivalent to the x86 ja instruction? If so, here is a trick[0] that can be used for optimizing character class checks. low <= x <= high is equivalent to x - low u<= high - low [0] Chapter 4 - Arithmetic Bounds of Hacker's Delight by Henry Warren |
|
That looks like a really interesting book -- I think I shall add it to my reading list!