Martin Hellspong

Results 5 issues of Martin Hellspong

The unit tests spins up AWS resources, which in hindsight is probably to be expected, but the cleanups are apparently not foolproof, as I (being a fool) just now found...

As discussed in #54 some communication with the host is sometimes needed. However, which communication is relevant? kstenerud/Musashi has the following host callbacks: Interrupt Acknowledge Breakpoint Acknowledge (68010+) RESET instruction...

We should look into using some kind of logging framework, as I constantly need to visualize exceptions and other important control flow changes, and then throw in printlns, and later...

Decide if a more accurate emulation of cycles taken for DIVS/DIVU operations are needed. For now we just consume a fixed worst-case amount of cycles for DIVS/DIVU, but for example...

question

This enables schema format conversions (.json .graphql) without needing HTTP, which is useful if you already have the schema locally, but in the wrong format. To convert a JSON schema...