mirror of
https://github.com/samsonjs/sectorforth.git
synced 2026-03-25 09:35:47 +00:00
Uncomment directive to pad to 510 bytes (oops!)
This commit is contained in:
parent
03293c070d
commit
845744842d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue