From 6fc968ca5d2f58b103ff1829c171b5855d234523 Mon Sep 17 00:00:00 2001 From: Ian Burgmyer Date: Thu, 17 Sep 2020 04:09:59 -0400 Subject: [PATCH] Added a "clobbers HL" tag for consistency. --- cpu/miscInstrs.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/miscInstrs.asm b/cpu/miscInstrs.asm index 73cedf0..0f1c050 100644 --- a/cpu/miscInstrs.asm +++ b/cpu/miscInstrs.asm @@ -1176,7 +1176,7 @@ testLdHCA: ; 23b set 1, b ret -testLdSpHl: ; 24a +testLdSpHl: ; 24a (clobbers HL) ; Save the stack pointer to memory. ld [$ff90], sp