jjkt / zmu

zmu - Emulator for Microcontroller Systems
Apache License 2.0
94 stars 4 forks source link

Refactors flash loading and processor API #26

Closed jjkt closed 5 years ago

jjkt commented 5 years ago

Now proper logging is used via log and stderrlog crates.

Processor API is simplified so that ::new() takes no mandatory parameters. This helps a lot with the testing.