jposwiata

Results 4 issues of jposwiata

During testing SIGILL I found several instruction which should fail (expected behaviour) don't cause any handling (or SEGV). I noticed, that these instructions are incorrectly decoded by XED, while valid...

In CRC and COPY_WITH_CRC commands it is not allowed to set initial CRC values after PAGE_FAULT with no bytes processed. update_crc_for_continuation() and update_copy_crc_for_continuation() should include the conditon: ``` if (crc_record.bytes_completed()...

FILL, to avoid "shifted pattern" on page boundary (I assume that 16B pattern is not handled yet and 8 is OK). ``` uint32_t processed = 8 * (fill_record.bytes_completed() / 8);...

"Wrap lines" option apply to both main pane and differences pane. Is it possible to have lines wrapped in Diff Pane, while not wrapped in main pane? It would be...

text editor