Browse Source

Added a "clobbers HL" tag for consistency.

master
Ian Burgmyer 4 years ago
parent
commit
6fc968ca5d
  1. 2
      cpu/miscInstrs.asm

2
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

Loading…
Cancel
Save