shithub: rgbds

ref: f88968ec20e59daefa4c8fc1e4a61f7c958ffe90
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