Skip to content

Commit

Permalink
Address comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
vext01 committed May 15, 2024
1 parent f8e37a0 commit a544dea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/langref_common.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,9 @@ Type | Kind | Definition | Reference
Local | static | `label:` | `>label` or `<label`
GLobal | static | `->label:` | `->label`
Dynamic | dynamic | `=>expr` | `=>expr`
Extern | dynamic | `-` | `extern expr`
Extern | extern | `-` | `extern expr`

Static label kinds ("Local" and "Global") have their addresses resolved at the
time the assembler code is being emitted, whereas dynamic label kinds
("Dynamic" and "Extern") are resolved as the dynamic code is being executed.
All labels have their addresses resolved at `Assembler::commit()` time.

Any valid Rust identifier is a valid label name.

Expand Down

0 comments on commit a544dea

Please sign in to comment.