Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add focus function to memory view | Karel Kočí | 2018-01-25 |
| | |||
* | Emit byte_change when byte is written to memory | Karel Kočí | 2018-01-15 |
| | |||
* | Implement machine restart | Karel Kočí | 2018-01-05 |
| | |||
* | Some pleanups and small fixes | Karel Kočí | 2017-12-21 |
| | | | | | These are just code fixes. Shouldn't change anything but makes code cleaner. | ||
* | Put qtmips_machine to machine namespace | Karel Kočí | 2017-12-17 |
| | |||
* | Add AC_NONE to MemoryAccess::AccessControl | Karel Kočí | 2017-12-12 |
| | |||
* | Add memory type abstract function | Karel Kočí | 2017-12-12 |
| | | | | | | This functions can be used to write or read 32bit values from memory and memory on its own does signextends for example depending on passed control value. | ||
* | Implement branch and jump instructions | Karel Kočí | 2017-12-12 |
| | |||
* | Don't create memory section on read_byte | Karel Kočí | 2017-12-12 |
| | |||
* | Add possibility to compare memory and registers state | Karel Kočí | 2017-11-21 |
| | | | | | | For core testing we want to compare whole memory and registers. Registers are pretty simple but in case of memory it is some what more complicated and required its own tests to be sure that it works. | ||
* | Use QString and QVector instead of std ones and more | Karel Kočí | 2017-09-02 |
| | |||
* | Handle endianness in memory correctly | Karel Kočí | 2017-08-31 |
| | |||
* | Initial commit | Karel Kočí | 2017-08-30 |
Adding work done so far. |