Constant generation

From Rice Wiki
Revision as of 15:13, 22 May 2024 by Rice (talk | contribs) (Rice moved page Constant to Constant generation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Good design require compromise. To generate a constant, we sacrifice precision, allowing only 8 bits. We then have 4 bits for rotating the value to generate a much greater range of results.

If you want more precision, use additional instructions to OR it.