summaryrefslogtreecommitdiff
path: root/font/fill.asm
diff options
context:
space:
mode:
Diffstat (limited to 'font/fill.asm')
-rw-r--r--font/fill.asm11
1 files changed, 11 insertions, 0 deletions
diff --git a/font/fill.asm b/font/fill.asm
new file mode 100644
index 0000000..ce9cb5f
--- /dev/null
+++ b/font/fill.asm
@@ -0,0 +1,11 @@
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;;;;;; Miguel's FoolOS Helper Functions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;
+;
+; fill an empty floppy disk
+;
+;
+
+;times 1474560 db 0x69
+times 14745600 db 0x69