gb-asm-tutorial
gb-asm-tutorial copied to clipboard
-L flag in rgbasm has been deprecated and removed
trafficstars
-L flag in rgbasm has been deprecated and removed.
With rgbasm v0.8.0, -L is not recognized.
The previous use of -L seems to be the default behaviour.
Didn't #94 handle this?
There are still uses of -L around
https://github.com/gbdev/gb-asm-tutorial/pull/98 addresses an instance in Part II.
There's also -L in the asciinema recording in https://gbdev.io/gb-asm-tutorial/part1/hello_world.html
Found another in gb-asm-tutorial/galactic-armada/Makefile:
ASMFLAGS := -L
Also src/part1/header.md:
$ rgbasm -L -o hello-world.o hello-world.asm