This is the result of several patches we made internally to update the documentation that we would like to have reviewed for possible submission.
The changes include:
- Fix incorrect wording in various intrinsic descriptions. Previously the descriptions used "low-order" and "high-order" when the intended meaning was "even-indexed" and "odd-indexed".
- Fix a few typos and errors found during review.
- Restore new line endings and change to use hex suffixes (0h instead of 0x0).
These patches were made by Craig Flores
While i'm incompetent to actually review this, i have a question.
Why replace code-friendly 0x00 with 00h?
And, why is this hex in the first place? Why not decimals?