mirror of
https://github.com/hsoft/collapseos.git
synced 2025-04-05 06:38:40 +11:00
Corrected spelling error in comment
This commit is contained in:
parent
9803b458f6
commit
f8ebe17eba
@ -53,7 +53,7 @@ intoIX:
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
; add the value of A into HL
|
; add the value of A into HL
|
||||||
; affecting carry flag according to the 16-bit addition, Z, S and P untouched.
|
; affects carry flag according to the 16-bit addition, Z, S and P untouched.
|
||||||
addHL:
|
addHL:
|
||||||
push de
|
push de
|
||||||
ld d, 0
|
ld d, 0
|
||||||
|
Loading…
Reference in New Issue
Block a user