Charles Taylor
Charles Taylor
Hi Casey, Calling `Sim86_RegisterNameFromOperand` on a `push r` instruction, eg `push cx`, gives an `instruction` that has the register in `Operands[1]`, while `Operands[0]` is `Operand_None`. This surprised me when setting...
Hey 👋🏼 I've been using your library on windows (and other platforms!) linked statically to a jai program. To get it working initially I had to add `__declspec(dllexport)` on the...
Hey Ryan, I've bumped into a few issues when trying to use type views from jai that haven't seemed worth reporting but this one is concrete enough I think it...