From f4cdb290954caf8a01da8132793f3cefb17b282b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Wed, 30 Jun 2021 20:42:03 +0300 Subject: [PATCH] Whoops, missed that (lack-of) colon --- bootsect.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootsect.asm b/bootsect.asm index bf4fea6..56faca7 100644 --- a/bootsect.asm +++ b/bootsect.asm @@ -162,7 +162,7 @@ found: push bx - .tosector + .tosector: ; Adjust the cluster number to account for first two ; "clusters" in the FAT being used for metadata sub ax, 2