gb-asm-tutorial icon indicating copy to clipboard operation
gb-asm-tutorial copied to clipboard

-L flag in rgbasm has been deprecated and removed

Open kesara opened this issue 1 year ago • 4 comments
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.

kesara avatar Jul 13 '24 09:07 kesara

Didn't #94 handle this?

Rangi42 avatar Jul 13 '24 15:07 Rangi42

There are still uses of -L around

avivace avatar Jul 13 '24 15:07 avivace

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

kesara avatar Jul 14 '24 08:07 kesara

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

mittonk avatar Sep 21 '24 05:09 mittonk