From 7c581c50d5b954fbc4fc03bbd9e5de3c93c8cb8a Mon Sep 17 00:00:00 2001 From: OMGerCoder <49702530+OMGerCoder@users.noreply.github.com> Date: Sat, 30 May 2020 11:09:44 -0400 Subject: [PATCH] Update boot_sect_memory.asm --- 03-bootsector-memory/boot_sect_memory.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-bootsector-memory/boot_sect_memory.asm b/03-bootsector-memory/boot_sect_memory.asm index 7218841..54006dd 100644 --- a/03-bootsector-memory/boot_sect_memory.asm +++ b/03-bootsector-memory/boot_sect_memory.asm @@ -44,7 +44,7 @@ jmp $ ; infinite loop the_secret: ; ASCII code 0x58 ('X') is stored just before the zero-padding. ; On this code that is at byte 0x2d (check it out using 'xxd file.bin') - db "X" + db 'X' ; zero padding and magic bios number times 510-($-$$) db 0