From f8ebe17eba15280c9d45b0e2af9ea221a0257ae7 Mon Sep 17 00:00:00 2001 From: Clanmaster21 Date: Thu, 17 Oct 2019 07:34:46 +0100 Subject: [PATCH] Corrected spelling error in comment --- kernel/core.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/core.asm b/kernel/core.asm index 1545778..f9c2ce0 100644 --- a/kernel/core.asm +++ b/kernel/core.asm @@ -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