mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Allow :: to join instructions *and* data declarations (#1785)
This commit is contained in:
@@ -43,7 +43,9 @@ Labels tie a name to a specific location within a section (see
|
||||
below).
|
||||
.Pp
|
||||
Instructions are assembled into Game Boy opcodes.
|
||||
Multiple instructions on one line can be separated by double colons
|
||||
Multiple instructions on one line, as well as data directives (see
|
||||
.Sx Defining constant data in ROM
|
||||
below), can be separated by double colons
|
||||
.Ql :: .
|
||||
.Pp
|
||||
The available instructions are documented in
|
||||
|
||||
Reference in New Issue
Block a user