gbdev / gb-asm-tutorial

Learn to create games for the Game Boy using Assembly
http://gbdev.io/gb-asm-tutorial/
MIT License
116 stars 41 forks source link

-L flag in rgbasm has been deprecated and removed #97

Open kesara opened 4 months ago

kesara commented 4 months ago

-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.

Rangi42 commented 4 months ago

Didn't #94 handle this?

avivace commented 4 months ago

There are still uses of -L around

kesara commented 4 months ago

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

mittonk commented 2 months ago

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