Attempting to delete a disk file (Int 21h AH=41h) that was set to R/O status, returns DOS error code 2 ('File not found'). It should be code 5 ('Permission denied').
Same for INT21h AH=3C (Create file) on existing R/O file i.e. returns code 2 instead of 5.
Log in to post a comment.
Same for INT21h AH=3C (Create file) on existing R/O file i.e. returns code 2 instead of 5.