Fix labels subtraction docs

Fixes #1009
This commit is contained in:
ISSOtm
2022-07-14 13:43:28 +02:00
parent 828b2adcdf
commit 18e4f132a8

View File

@@ -945,9 +945,9 @@ assuming the section ends up at
.Ad $80C0 : .Ad $80C0 :
.Bd -literal -offset indent .Bd -literal -offset indent
SECTION "Player tiles", VRAM SECTION "Player tiles", VRAM
PlayerTiles: vPlayerTiles:
ds 6 * 16 ds 6 * 16
.end \&.end
.Ed .Ed
.Pp .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.