Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nlssupt: preserve more registers [fixes #128]
In fdpp, calls to C code may clobber more registers than in freedos. In this particular case DI register was trashed. Some NLS functions, like DosUpChar(), can be called directly by the DOS prog, bypassing the INT21 API. We need to make sure the app's registers are not trashed. Fixes Volkov Commander 4.05.
- Loading branch information