Document usage of scope before definitions.

Note that before the last commit, the example did not assemble.
This commit is contained in:
Daniel Serpell 2020-12-13 20:15:19 -03:00
parent 79aff1a5b0
commit 0406441f4b
1 changed files with 5 additions and 0 deletions

View File

@ -1143,6 +1143,11 @@ if you want to access the "other" symbol <tt/bar/, you would have to write:
.endscope
</verb></tscreen>
The above example also shows that to search a scope that is not yet defined in
the code above the usage, you must use the namespace token (<tt/::/) and
specify the full scope name, to allow the assembler to create the scope at the
correct place.
<sect>Address sizes and memory models<label id="address-sizes"><p>