diff --git a/docs/gbz80.7.pdf b/docs/gbz80.7.pdf index 4c7596b9..4bf6769e 100644 Binary files a/docs/gbz80.7.pdf and b/docs/gbz80.7.pdf differ diff --git a/docs/rgbasm.1.pdf b/docs/rgbasm.1.pdf index ee9294c6..a514dc5c 100644 Binary files a/docs/rgbasm.1.pdf and b/docs/rgbasm.1.pdf differ diff --git a/docs/rgbasm.5.html b/docs/rgbasm.5.html index 063fadb8..26b3c28e 100644 --- a/docs/rgbasm.5.html +++ b/docs/rgbasm.5.html @@ -1300,7 +1300,14 @@

.’, which may not be the first character.

-

A symbol cannot have the same name as a reserved keyword.

+

A symbol cannot have the same name as a reserved keyword, unless + it is prefixed by a hash ‘#’. For example, + ‘#load’ denotes a symbol named + ‘load’, and + ‘#LOAD’ denotes a different symbol + named ‘LOAD’; in both cases the + ‘#’ prevents them from being treated as the keyword + LOAD.

One of the assembler's main tasks is to keep track of addresses diff --git a/docs/rgbasm.5.pdf b/docs/rgbasm.5.pdf index 8f22515f..7e4406c5 100644 Binary files a/docs/rgbasm.5.pdf and b/docs/rgbasm.5.pdf differ diff --git a/docs/rgbds.5.pdf b/docs/rgbds.5.pdf index 6537254c..b4420da2 100644 Binary files a/docs/rgbds.5.pdf and b/docs/rgbds.5.pdf differ diff --git a/docs/rgbds.7.pdf b/docs/rgbds.7.pdf index e06edd2e..bc71e618 100644 Binary files a/docs/rgbds.7.pdf and b/docs/rgbds.7.pdf differ diff --git a/docs/rgbfix.1.pdf b/docs/rgbfix.1.pdf index 0cced46c..9df1ecb3 100644 Binary files a/docs/rgbfix.1.pdf and b/docs/rgbfix.1.pdf differ diff --git a/docs/rgbgfx.1.pdf b/docs/rgbgfx.1.pdf index 1de7e9ba..584139a2 100644 Binary files a/docs/rgbgfx.1.pdf and b/docs/rgbgfx.1.pdf differ diff --git a/docs/rgblink.1.pdf b/docs/rgblink.1.pdf index c3e3df85..463b6f0e 100644 Binary files a/docs/rgblink.1.pdf and b/docs/rgblink.1.pdf differ diff --git a/docs/rgblink.5.pdf b/docs/rgblink.5.pdf index 2f6a907c..a3b20e2c 100644 Binary files a/docs/rgblink.5.pdf and b/docs/rgblink.5.pdf differ