From fd9c0778ba58d294689268f6ea736a474921a23b Mon Sep 17 00:00:00 2001 From: Neo8 <56829999+Keksnet@users.noreply.github.com> Date: Fri, 2 Apr 2021 17:20:36 +0200 Subject: [PATCH] Added missing colon after messages --- 10-32bit-enter/32bit-main.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/10-32bit-enter/32bit-main.asm b/10-32bit-enter/32bit-main.asm index b84404e..41bc811 100644 --- a/10-32bit-enter/32bit-main.asm +++ b/10-32bit-enter/32bit-main.asm @@ -19,8 +19,8 @@ BEGIN_PM: ; after the switch we will get here call print_string_pm ; Note that this will be written at the top left corner jmp $ -MSG_REAL_MODE db "Started in 16-bit real mode", 0 -MSG_PROT_MODE db "Loaded 32-bit protected mode", 0 +MSG_REAL_MODE: db "Started in 16-bit real mode", 0 +MSG_PROT_MODE: db "Loaded 32-bit protected mode", 0 ; bootsector times 510-($-$$) db 0