-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How Ida to dosbox pseudo code is done? #49
Comments
Hi xOr, this process has been done manually by me, since I know C and x86 assembly very well.
There are no DOSBox pseudo instructions, a rewritten function is executed natively on the host processor. I've hooked into the two call instructions of the software DOSBox-CPU.
Otherwise DOSBox emulates that function call. But I think, that will not help you for masm2c, since you are doing something general with that. I hope to find time next month to reactivate Bright-Eyes, Feel free to ask, if you want more details. |
Thanks mostly clear and interesting. I will try to prepare Borland C++ Dos as target of my translator. |
Testing resulting code on Dos might be easier before porting sound, graphics, etc to SDL. |
I'm doing similar thing with my masm2c.
How did you converted ida/asm to dosbox pseudo instructions?
The text was updated successfully, but these errors were encountered: