mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
This trips an asserton in the Rust rewrite because of its different conditional stack design
5 lines
56 B
NASM
5 lines
56 B
NASM
IF 1
|
|
REPT 1
|
|
ENDC ; misleading indentation!
|
|
ENDR
|