From 845744842d36bd62e75c1d6316e3adf2207ec3f1 Mon Sep 17 00:00:00 2001 From: Cesar Blum Date: Tue, 29 Sep 2020 20:03:00 -0700 Subject: [PATCH] Uncomment directive to pad to 510 bytes (oops!) --- sectorforth.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sectorforth.asm b/sectorforth.asm index 63da115..e066149 100644 --- a/sectorforth.asm +++ b/sectorforth.asm @@ -437,7 +437,7 @@ writechar: int 0x10 .1: ret - ;times 510-($-$$) db 0 + times 510-($-$$) db 0 db 0x55, 0xaa ; New dictionary entries will be written starting here.