Skip to content

Commit

Permalink
Add link to pointer toy in reference manual
Browse files Browse the repository at this point in the history
  • Loading branch information
TollyH committed May 28, 2024
1 parent 82cc7de commit d4e89bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/ReferenceManual/ReferenceManual.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,8 @@ Multipliers

If a pointer has both a constant and a register displacement, the constant displacement is encoded first, followed immediately by the encoded register displacement.

For an interactive website demonstrating pointer encoding, see here: <https://tollyh.github.io/AssEmbly/PointerToy/>.

Some examples of pointer encoding (result bytes are in hexadecimal):

```text
Expand Down

0 comments on commit d4e89bb

Please sign in to comment.