1
0
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:
Clanmaster21 2019-10-17 07:34:46 +01:00 committed by GitHub
parent 9803b458f6
commit f8ebe17eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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