shithub: rgbds

ref: 0e0876b17f9c40c5a5e18dd4b536911451d5cfc1
dir: /test/asm/opt-r-decrease.asm/

View raw version
MACRO m
  DEF depth += 1
  IF depth == 10
    OPT r9
  ENDC
  println "at depth {d:depth}"
  m
ENDM

  DEF depth = 0
  m