diff options
Diffstat (limited to 'data/fill.asm')
| -rw-r--r-- | data/fill.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/fill.asm b/data/fill.asm index d731efc..49be4d3 100644 --- a/data/fill.asm +++ b/data/fill.asm @@ -3,8 +3,8 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; -; just some data to fill empty space to get a full image +; fill an empty floppy disk ; ; -times 2000000 db 0x69 +times 1474560 db 0x00 |
