mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Allow changing recursion depth limit at runtime
This commit is contained in:
13
test/asm/opt-r.asm
Normal file
13
test/asm/opt-r.asm
Normal file
@@ -0,0 +1,13 @@
|
||||
OPT r34 ; :3
|
||||
OPT r 360
|
||||
|
||||
; Invalid
|
||||
OPT r ; Missing arg
|
||||
OPT r 2a ; Bad decimal
|
||||
|
||||
; Check that it has an effect
|
||||
OPT r 1
|
||||
MACRO m
|
||||
m
|
||||
ENDM
|
||||
m
|
||||
Reference in New Issue
Block a user