mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-16 10:47:06 +00:00
Avoid truncation warning from sp instruction test
This commit is contained in:
@@ -221,9 +221,9 @@ jrlabel:
|
|||||||
|
|
||||||
; Stack Operations Instructions
|
; Stack Operations Instructions
|
||||||
|
|
||||||
add sp,$DB
|
add sp,$25
|
||||||
ld [$ABCD],sp
|
ld [$ABCD],sp
|
||||||
ld hl,sp+$DB
|
ld hl,sp+$25
|
||||||
ld hl,sp-$25
|
ld hl,sp-$25
|
||||||
ld sp,hl
|
ld sp,hl
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user