mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-02 01:30:56 +11:00
11 lines
132 B
NASM
11 lines
132 B
NASM
|
; floppy-related basic commands
|
||
|
|
||
|
basFLUSH:
|
||
|
jp floppyFlush
|
||
|
|
||
|
basFloppyCmds:
|
||
|
.db "flush", 0
|
||
|
.dw basFLUSH
|
||
|
.db 0xff ; end of table
|
||
|
|