1
0
mirror of https://github.com/hsoft/collapseos.git synced 2025-04-04 13:38:39 +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
; 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:
push de
ld d, 0