Closed KGrykiel closed 1 year ago
@KGrykiel can you please assign reviewers and yourself as the assignee? I have a feeling @AntonLydike doesn't automatically gets a notification for PRs, but it's good practice in general to make it more likely that the people you want look at your GitHub PRs :)
Can you please run black .
? It's not set up as a precommit hook in this repo.
fixed an issue where debugger had an error when trying to dump registers. It tried to use get() method instead of get_f() method. Also changed format of floating point registers to show up as floats instead of Hex.