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