From 7ef54023ecbca42c61a590e96392c286b11c588d Mon Sep 17 00:00:00 2001 From: wanghaemq Date: Mon, 2 Nov 2020 15:58:32 +0800 Subject: [PATCH] fix the error that print 'S' continuously in lesson 10 --- 05-bootsector-functions-strings/boot_sect_print.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/05-bootsector-functions-strings/boot_sect_print.asm b/05-bootsector-functions-strings/boot_sect_print.asm index b066e0d..f22de92 100644 --- a/05-bootsector-functions-strings/boot_sect_print.asm +++ b/05-bootsector-functions-strings/boot_sect_print.asm @@ -1,3 +1,4 @@ +[bits 16] print: pusha