We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some manuals like https://github.com/pfalcon-mirrors/sdcc/blob/master/sim/ucsim/README make a impression sdcdb can work with any ucsim emulator. But when I tried -m option (e.g sdcdb -mz80) , it did change the emulator when inspected with !conf
sdcdb -mz80
!conf
The text was updated successfully, but these errors were encountered:
I found out sdcdb uses s51 subprocess. I was able to switch sdcdb to stm8 by renaming ucsim_stm8.exe to s51.exe
ucsim_stm8.exe
s51.exe
Sorry, something went wrong.
No branches or pull requests
Some manuals like https://github.com/pfalcon-mirrors/sdcc/blob/master/sim/ucsim/README make a impression sdcdb can work with any ucsim emulator.
But when I tried -m option (e.g
sdcdb -mz80
) , it did change the emulator when inspected with!conf
The text was updated successfully, but these errors were encountered: