We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-L flag in rgbasm has been deprecated and removed.
-L
rgbasm
With rgbasm v0.8.0, -L is not recognized. The previous use of -L seems to be the default behaviour.
rgbasm v0.8.0
The text was updated successfully, but these errors were encountered:
Didn't #94 handle this?
Sorry, something went wrong.
There are still uses of -L around
#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:
gb-asm-tutorial/galactic-armada/Makefile
ASMFLAGS := -L
Also src/part1/header.md:
src/part1/header.md
$ rgbasm -L -o hello-world.o hello-world.asm
No branches or pull requests
-L
flag inrgbasm
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.The text was updated successfully, but these errors were encountered: