mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
rgbds.7(7) shows an example of piping rgbasm to rgblink to rgbfix
This uses one line instead of three
This commit is contained in:
@@ -18,6 +18,10 @@ $ rgbasm \-o bar.o foo.asm
|
||||
$ rgblink \-o baz.gb bar.o
|
||||
$ rgbfix \-v \-p 0 baz.gb
|
||||
.Ed
|
||||
Or in a single command line:
|
||||
.Bd -literal -offset indent
|
||||
$ rgbasm \-o - foo.asm | rgblink \-o - - | rgbfix \-v \-p 0 - > baz.gb
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Xr rgbasm 1 ,
|
||||
.Xr rgbfix 1 ,
|
||||
|
||||
Reference in New Issue
Block a user