Uncomment directive to pad to 510 bytes (oops!)

This commit is contained in:
Cesar Blum 2020-09-29 20:03:00 -07:00
parent 03293c070d
commit 845744842d

View file

@ -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.