pfalcon-mirrors / sdcc

SDCC fork to add iCode input support, to make it possible to interface SDCC backend with other compiler frontends, like LLVM
GNU General Public License v2.0
8 stars 22 forks source link

sdcdb works only with s51.exe - by default #2

Open dzid26 opened 2 months ago

dzid26 commented 2 months ago

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

dzid26 commented 2 months ago

I found out sdcdb uses s51 subprocess. I was able to switch sdcdb to stm8 by renaming ucsim_stm8.exe to s51.exe