Skip to content

Commit

Permalink
Merge pull request #82 from yunzheng/docs-comment-label
Browse files Browse the repository at this point in the history
Document `comment` and `label` format functions
  • Loading branch information
mrexodia authored Oct 5, 2021
2 parents 262bceb + bbe9551 commit 86669f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions introduction/Formatting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ Complex Type

``{bswap[;size]@value}`` will byte-swap ``value`` for a specified ``size`` (size of pointer per default).

``{label@address}`` will print the (auto)label at ``address``.

``{comment@address}`` will print the (auto)comment at ``address``.

--------
Examples
--------
Expand Down

0 comments on commit 86669f3

Please sign in to comment.