mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 19:09:36 +00:00
dca24a6d50
Fixes #1034
12 lines
121 B
NASM
12 lines
121 B
NASM
MACRO m
|
|
DEF depth += 1
|
|
IF depth == 10
|
|
OPT r9
|
|
ENDC
|
|
println "at depth {d:depth}"
|
|
m
|
|
ENDM
|
|
|
|
DEF depth = 0
|
|
m
|