mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 05:47:48 +00:00
Systemize RGBLINK testing
This commit is contained in:
18
test/link/high-low/b.asm
Normal file
18
test/link/high-low/b.asm
Normal file
@@ -0,0 +1,18 @@
|
||||
SECTION "r0", ROM0[$0]
|
||||
ld a,a
|
||||
ld b,c
|
||||
ld c,b
|
||||
ld d,e
|
||||
ld e,d
|
||||
ld h,l
|
||||
ld l,h
|
||||
|
||||
db ((label+$AB) >> 8) & $FF
|
||||
db (label+$AB) & $FF
|
||||
|
||||
db ($1234 >> 8) & $FF
|
||||
db $1234 & $FF
|
||||
|
||||
SECTION "o",OAM
|
||||
DS $10
|
||||
label:
|
||||
Reference in New Issue
Block a user