mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add test for jr @
Fun fact: current build *fails* this test!
This commit is contained in:
7
test/link/jr-@.asm
Normal file
7
test/link/jr-@.asm
Normal file
@@ -0,0 +1,7 @@
|
||||
SECTION "fixed", ROM0[0]
|
||||
jr @
|
||||
; We need this section to be floating because RGBASM can know the value of PC
|
||||
; otherwise, leading to different behavior
|
||||
; FIXME: we rely on this landing at address 2, which isn't *guaranteed*...
|
||||
SECTION "floating", ROM0
|
||||
jr @
|
||||
0
test/link/jr-@.out
Normal file
0
test/link/jr-@.out
Normal file
1
test/link/jr-@.out.bin
Normal file
1
test/link/jr-@.out.bin
Normal file
@@ -0,0 +1 @@
|
||||
<18><18>
|
||||
Reference in New Issue
Block a user