Merlijn Visser

Results 22 comments of Merlijn Visser
trafficstars

There is one question to ask here: **is the null terminator to be interpreted as a _character_ that is part of the string's encoding?** If yes, then the null terminator...

You can get the offset of the sample table by reading $1015D from the SPC file, which references what DSP register $5D will be initialized to, which stores the high...

Wow. I found the cause! That didn't take long at all. The issue is with the `DefinitionFilePath` key in the plugin's .ini file. It looks to me like it's always...

Huh, that leads me to believe that HxD's "current directory" is set to the directory containing the opened file, if the file is opened through the `Open with HxD` context...

Darn, that's unfortunate, but happy to see it's clear where the issue lies now. Have you informed Mael about the bug yet, or would you like me to do it?

> In trying to recreate the problem I have tried your original definition: `50,0000,FF1F,H,U,,,,"JFS ?"` > > With this, a 3 byte sequence of 50 00 00 appears to correctly?...

> **Why the 2 bits in question would ever be Assembled (for an 8008) as non-zero values, in the real world?** i.e. I understand the 8008 `JFS` Opcode is "50"...

Ah, figures that it's work-in-progress. Thanks for the info!

The 1.9 case 1 warning, would it after warning fall back to old behaviour? If so, I would also throw a warning in case 2 about how what the user...

I do want to contribute PRs for the bugs I've reported at some point; for a few I've already drawn out the complete fix in the bug report itself or...