fat16 working
This commit is contained in:
@@ -11,7 +11,7 @@ OP_SELDSK:
|
||||
jr c,_OP_SELDSK_INVALID
|
||||
cp 4
|
||||
jr nc, _OP_SELDSK_INVALID
|
||||
call 0x8000
|
||||
call ideif_drv_sel
|
||||
ret
|
||||
|
||||
_OP_SELDSK_INVALID:
|
||||
@@ -22,5 +22,17 @@ _OP_SELDSK_INVALID:
|
||||
CALL beep
|
||||
ret
|
||||
|
||||
OP_DIR:
|
||||
CALL fat_print_directory
|
||||
ret
|
||||
|
||||
OP_CD:
|
||||
call fat_cd_single
|
||||
ret
|
||||
|
||||
_OP_SELDSK_INVALID_STR:
|
||||
db 10,13,"Invalid drive letter",10,13,0
|
||||
db 10,13,"Invalid drive letter",10,13,0
|
||||
|
||||
OP_FSEXEC:
|
||||
call fat_exec
|
||||
ret
|
||||
Reference in New Issue
Block a user