diff --git a/test/link/all-instructions.asm b/test/link/all-instructions.asm index cf09236e..19e6646d 100644 --- a/test/link/all-instructions.asm +++ b/test/link/all-instructions.asm @@ -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 diff --git a/test/link/all-instructions.out.bin b/test/link/all-instructions.out.bin index c2623fec..558ef78c 100644 Binary files a/test/link/all-instructions.out.bin and b/test/link/all-instructions.out.bin differ