rdos/kernel/cluster.asm

7 lines
104 B
NASM

; read/write data from FAT clusters
; requires defines from fcb.asm
read mov bp, sp
call fcbdrv
ret