mfld-fr / emu86

Intel IA16 emulator for embedded development
35 stars 6 forks source link

Cleanup exit code #44

Closed ghaerr closed 3 years ago

ghaerr commented 3 years ago

Cleans up exit code. In my earlier comment, I mentioned 'exit' was called, but what I mean was 'assert', which calls exit.

This cleans that up, and some other stuff from previous commits.

mfld-fr commented 3 years ago

Better each elapsed minutes :smile: !

ghaerr commented 3 years ago

Since you're on a roll cleaning up main loop, it would also be nice to be able to set code breakpoint (and also an easy way to perhaps set an IRQ breakpoint) from the > prompt, rather than just from command line.

@cocus said he had worked on adding code for multiple breakpoints, that would also be nice :)

cocus commented 3 years ago

@ghaerr I'll try to push a PR with the multiple breakpoint concept. It's pretty straightforward, but at least it does work!