mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 19:22:05 +00:00
Fix "shift" test to actually test RGBLINK
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
test: macro
|
||||
macro test
|
||||
; Test the rpn system, as well as the linker...
|
||||
dl \1 + zero
|
||||
DEF expr EQUS STRRPL(STRRPL("\1 + zero)", "<<", "<< ("), ">>", ">> (")
|
||||
dl expr
|
||||
PURGE expr
|
||||
|
||||
; ...as well as the constexpr system
|
||||
result\@ equ \1
|
||||
println "\1 = {result\@}"
|
||||
println "\1 = ", (\1)
|
||||
endm
|
||||
|
||||
section "test", ROM0[0]
|
||||
|
||||
Reference in New Issue
Block a user