diff --git a/05-bootsector-functions-strings/boot_sect_main.asm b/05-bootsector-functions-strings/boot_sect_main.asm index 4c49ad9..811a98e 100644 --- a/05-bootsector-functions-strings/boot_sect_main.asm +++ b/05-bootsector-functions-strings/boot_sect_main.asm @@ -18,7 +18,7 @@ call print_hex jmp $ ; remember to include subroutines below the hang -%include "boot_sect_print.asm" + %include "boot_sect_print_hex.asm"