Avoid truncation warning from sp instruction test

This commit is contained in:
Rangi
2026-09-10 19:09:15 -04:00
parent 429a2325fb
commit e85375f3e1
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -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.