dmsc
dmsc
I could open-up the github wiki to contribute instructions to run useful programs. About the intended scope of EMU2: running text-mode DOS applications in modern Unix systems as native utilities....
I added a basic wiki page, and invited you as a collaborator, so you can edit it further. Thanks!
Hi! > Could you add me as well? I could contribute instructions for various applications. Done, thank you! Should I make the wiki edition public? I don't know how github...
Hi! If you have a program that uses it, so it can be tested, sure, I can implement it. Have Fun!
Hi! > * The value of output AH changes (value return is 0x5C as dos 3.3) Tested in DOS 3.3, the return value for AL is sometimes 0x53, but not...
Hi! > My main focus is binary self identification in compiler runtime, c in particular (argv[0] translation) as the recipe below https://stackoverflow.com/questions/53570837/full-path-to-self-in-dos-executable Old compilers put either hardcoded name or psp...
Given that the work is mostly down, I will push an implementation - but I will return capitalized results and drop the setting of AX register.
What I would need is a set of (real) CP/M-86 programs to try this on. It should not be that difficult to do a few adaptations.
Hi, and thanks! Again, Do you have a program that uses this, so it can be tested? Have Fun!
Hi @tonypdmtr ! I wrote the code for an Unix OS, it does a few assumptions: - It uses terminal-control codes for writing to the screen - this is only...