mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Update RGBASM command-line manual
This commit is contained in:
@@ -83,7 +83,7 @@ Add an include path.
|
|||||||
Disable the optimization that turns loads of the form
|
Disable the optimization that turns loads of the form
|
||||||
.Ic LD [$FF00+n8],A
|
.Ic LD [$FF00+n8],A
|
||||||
into the opcode
|
into the opcode
|
||||||
.Ic LDH [$FF00+n8],A
|
.Ic LD [H $FF00+n8],A
|
||||||
in order to have full control of the result in the final ROM.
|
in order to have full control of the result in the final ROM.
|
||||||
.It Fl M Ar depend_file , Fl Fl dependfile Ar depend_file
|
.It Fl M Ar depend_file , Fl Fl dependfile Ar depend_file
|
||||||
Print
|
Print
|
||||||
@@ -244,7 +244,7 @@ Use a division by 2^N instead.
|
|||||||
Warn when a shift's operand is negative or greater than 32.
|
Warn when a shift's operand is negative or greater than 32.
|
||||||
.It Fl Wno-truncation
|
.It Fl Wno-truncation
|
||||||
Warn when an implicit truncation (for example,
|
Warn when an implicit truncation (for example,
|
||||||
.Ic db )
|
.Ic LD [B @] )
|
||||||
loses some bits.
|
loses some bits.
|
||||||
.It Fl Wno-user
|
.It Fl Wno-user
|
||||||
Warn when the
|
Warn when the
|
||||||
|
|||||||
Reference in New Issue
Block a user