blob: ce9cb5fc09865b13ff1720090adddffe6ffe6e1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;; Miguel's FoolOS Helper Functions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;
; fill an empty floppy disk
;
;
;times 1474560 db 0x69
times 14745600 db 0x69
|