mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Use rgbasm -I, not -i
This commit is contained in:
@@ -1529,7 +1529,7 @@ to include a raw binary file as it is.
|
|||||||
If the file isn't found in the current directory, the include-path list passed to
|
If the file isn't found in the current directory, the include-path list passed to
|
||||||
.Xr rgbasm 1
|
.Xr rgbasm 1
|
||||||
(see the
|
(see the
|
||||||
.Fl i
|
.Fl I
|
||||||
option) on the command line will be searched.
|
option) on the command line will be searched.
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
INCBIN "titlepic.bin"
|
INCBIN "titlepic.bin"
|
||||||
@@ -2030,7 +2030,7 @@ Use
|
|||||||
.Ic INCLUDE
|
.Ic INCLUDE
|
||||||
to process another assembler file and then return to the current file when done.
|
to process another assembler file and then return to the current file when done.
|
||||||
If the file isn't found in the current directory, the include path list (see the
|
If the file isn't found in the current directory, the include path list (see the
|
||||||
.Fl i
|
.Fl I
|
||||||
option in
|
option in
|
||||||
.Xr rgbasm 1 )
|
.Xr rgbasm 1 )
|
||||||
will be searched.
|
will be searched.
|
||||||
|
|||||||
Reference in New Issue
Block a user