Unknown W. Brackets
|
152f28aeac
|
Clean up the immediate MIPS table, mostly flags.
|
2013-08-11 18:01:48 -07:00 |
|
Kingcom
|
bce211bcaa
|
-check for invalid memory access when creating status bar text
-when displaying word access, show a label if it exists
|
2013-07-30 22:26:52 +02:00 |
|
Kingcom
|
92c70af587
|
Add status bar
|
2013-07-30 16:19:05 +02:00 |
|
Kingcom
|
723f242f0c
|
Rerwrote GetOpcodeInfo and adapted MipsTables for it
|
2013-07-30 11:29:30 +02:00 |
|
Kingcom
|
32f1ca91fd
|
-add function to get relevant opcode information for the disassembly
-put it to use to clean up code
|
2013-07-30 10:14:56 +02:00 |
|
Unknown W. Brackets
|
97098f109a
|
Use CommonWindows.h from Windows/ too.
Might as well. Everything still builds fine.
|
2013-07-28 21:04:20 -07:00 |
|
Kingcom
|
4f313f3757
|
Only assemble when the core is paused
|
2013-07-28 23:01:43 +02:00 |
|
Kingcom
|
b6bca24850
|
-added assemble option to disassembly view
-added 16bit li
|
2013-07-28 15:24:33 +02:00 |
|
Unknown W. Brackets
|
6086b9f5e4
|
Allow selecting a range of in the debugger.
This way you can copy a bunch of diasm'd instructions.
Just quick range selection, not really proper.
|
2013-07-21 01:07:26 -07:00 |
|
Kingcom
|
0eeebf5221
|
-display disabled breakpoints with separate icon
-toggling disabled breakpoints will enable them
-confirmation on toggling breakpoints with a custom condition
|
2013-07-10 10:56:03 +02:00 |
|
Kingcom
|
98289b624a
|
Make disassembly font size configurable
|
2013-07-09 11:17:57 +02:00 |
|
Unknown W. Brackets
|
d39662f291
|
Don't change the selected line when scrolling.
With the mouse wheel or otherwise, it's confusing.
|
2013-07-07 22:55:57 -07:00 |
|
Kingcom
|
c24433b1e2
|
Remove remaining instances of stricmp
|
2013-07-01 10:01:49 +02:00 |
|
Kingcom
|
e3d3d75e38
|
Moved expression parser to native and changed how it's accessed
|
2013-07-01 01:41:06 +02:00 |
|
Kingcom
|
41ed77f66a
|
Add a memory view control to the disassembly window
|
2013-06-30 13:42:19 +02:00 |
|
Kingcom
|
6df25d52f0
|
-ctrl+g for goto in mem viewer/disassembly
-removed skipping of zz_/z_ in disassembly
-fixes to the expression parser
|
2013-06-29 22:25:17 +02:00 |
|
Unknown W. Brackets
|
053fddfca7
|
Fix some sign comparison warnings.
|
2013-06-29 10:59:42 -07:00 |
|
Kingcom
|
b78f74a3f4
|
More changes
|
2013-06-29 15:57:41 +02:00 |
|
Kingcom
|
d4214af710
|
Breakpoint list at the bottom of the disassembly window
|
2013-06-27 21:07:49 +02:00 |
|
Kingcom
|
76f135e077
|
-edit register by double clicking
-copy register with ctrl+c
|
2013-06-27 11:50:59 +02:00 |
|
Kingcom
|
827d13c34f
|
-Fix step over for conditional branches
-don't redraw the disassembly window while waiting for a temporary breakpoint
|
2013-06-26 23:14:15 +02:00 |
|
Kingcom
|
26c4f57691
|
Shortcuts for the disassembly view, step over extended, fixes
|
2013-06-26 21:49:15 +02:00 |
|
Kingcom
|
89104f08c0
|
Add labels to branch targets that don't have when disassembling to file
|
2013-06-26 12:15:49 +02:00 |
|
Kingcom
|
cfb622b619
|
Disassemble to file with Ctrl+X or through the right click menu.
|
2013-06-26 11:48:14 +02:00 |
|
Kingcom
|
07a3f08650
|
Search through the disassembly view with Ctrl+S. Search next with Ctrl+C.
|
2013-06-26 11:10:26 +02:00 |
|