From 50c04ef17cb28f6674f62dfaf3a998949c0d5375 Mon Sep 17 00:00:00 2001 From: Clanmaster21 Date: Thu, 10 Oct 2019 19:30:45 +0100 Subject: [PATCH] Tried harder to follow coding convention Added tabs between mnemonics and operands, and replaced a new line I accidentally removed. --- kernel/core.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/core.asm b/kernel/core.asm index d32bf6b..f23475a 100644 --- a/kernel/core.asm +++ b/kernel/core.asm @@ -12,6 +12,7 @@ ; *** DATA *** ; Useful data to point to, when a pointer is needed. P_NULL: .db 0 + ; *** REGISTER FIDDLING *** ; add the value of A into DE