mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Document whitespace before local labels
This commit is contained in:
@@ -739,6 +739,8 @@ If the former notation is used, then
|
|||||||
.Ql scope
|
.Ql scope
|
||||||
must be the actual current scope.
|
must be the actual current scope.
|
||||||
.Pp
|
.Pp
|
||||||
|
Local labels may have whitespace before their declaration as the only exception to the rule.
|
||||||
|
.Pp
|
||||||
A label's location (and thus value) is usually not determined until the linking stage, so labels usually cannot be used as constants.
|
A label's location (and thus value) is usually not determined until the linking stage, so labels usually cannot be used as constants.
|
||||||
However, if the section in which the label is declared has a fixed base address, its value is known at assembly time.
|
However, if the section in which the label is declared has a fixed base address, its value is known at assembly time.
|
||||||
.Pp
|
.Pp
|
||||||
|
|||||||
Reference in New Issue
Block a user