Implement DOS $23 (GET FILE SIZE USING FCB)#138
Open
johnsonjh wants to merge 1 commit into
Open
Conversation
Needed for version 1.4 of the CP/M-86 emulator get query exact file sizes. Signed-off-by: Jeffrey H. Johnson <johnsonjh.dev@gmail.com>
Collaborator
Author
|
@dmsc I did my best to maintain your code style and it should be fine, but let me know if you want any tweaks. I think this is the only FCB-related DOS function that was missing in emu2. This missing function was never noticed before in @tsupplis project because I had to fix the 30 year old bugs in the CP/M-86 emulator first! 😠 |
$23 (GET FILE SIZE USING FCB)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Needed for version 1.4 of the CP/M-86 emulator get query exact file sizes.
See tsupplis/cpm86-crossdev#2 for the saga - the CP/M-86 emulator is there as well as the CP/M-86
lrbc.cmdtest program.I've verified that the CP/M-86 emulator running my
lrbc.cmdtest program under emu2 with this$23implementation now matches the behavior oflrbc.cmdon actual CP/M-86 and DOS-PLUS.