Commit graph

909 commits

Author SHA1 Message Date
mterwoord_cp
9a3a5bbcb1 fix bug with debugger not working due to registry setting 2008-04-26 13:05:43 +00:00
kudzu_cp
f4d2f49a84 2008-04-26 12:54:24 +00:00
kudzu_cp
c1b9a77d0e 2008-04-26 12:22:22 +00:00
Scalpel_cp
01633fb297 RTL - fixed RxBufferOverflow 2008-04-26 10:34:14 +00:00
Scalpel_cp
9357483d13 RTL - removed some obsolete references and added rxbuffer changes 2008-04-26 10:09:53 +00:00
mterwoord_cp
c5646eb92c Removed .Native 2008-04-26 07:45:27 +00:00
kudzu_cp
71c4655e7f Stepping complete. 2008-04-25 22:30:47 +00:00
Scalpel_cp
dfa240f2bf RTL - RxBuffer changes 2008-04-25 22:11:05 +00:00
kudzu_cp
7fb2b38e78 Now scrolls for tracing. 2008-04-25 18:05:14 +00:00
kudzu_cp
d72358a3e8 2008-04-25 17:58:08 +00:00
kudzu_cp
6e9394cc33 2008-04-25 17:47:10 +00:00
kudzu_cp
25bddc20dc 2008-04-25 15:39:32 +00:00
kudzu_cp
4ebe025071 Merge of source window to debug window 2008-04-25 15:08:20 +00:00
mterwoord_cp
872df5cc71 move debug log to com2 2008-04-25 15:08:02 +00:00
kudzu_cp
2f20e192ab 2008-04-25 14:08:48 +00:00
kudzu_cp
dcefefc7ff 2008-04-25 13:43:20 +00:00
Scalpel_cp
2cb7bc0527 RTL - More cleanup 2008-04-24 21:03:28 +00:00
Scalpel_cp
2a154fc616 RTL - Code cleanup 2008-04-24 21:01:05 +00:00
Scalpel_cp
1818642393 RTL - fixed IRQ 2008-04-24 19:56:55 +00:00
kudzu_cp
52e26e8983 Fixed build error caused by last checkin. 2008-04-24 16:05:42 +00:00
kudzu_cp
a3a7f110ca Removed numerous warnings. 2008-04-24 16:03:26 +00:00
kudzu_cp
53840fd825 More debug UI progress 2008-04-24 01:10:26 +00:00
kudzu_cp
f6e26512db New source debug window, WPF based 2008-04-23 02:22:37 +00:00
Scalpel_cp
4ebc8e2c76 RTL - several Transmit Status Descriptor changes 2008-04-22 20:33:47 +00:00
Scalpel_cp
d14afa3988 MBT - Removed unused list, and found where the HTC Shift crashes. 2008-04-21 20:53:01 +00:00
Scalpel_cp
0dbd154155 RTL - Transmit Status Descriptor changes 2008-04-21 15:29:32 +00:00
kudzu_cp
944517c19a Debug expansion preparation 2008-04-21 00:45:29 +00:00
kudzu_cp
21782aba11 1) Saving and loading of Debug Mode
2) Fix for debugger - Com ports were reversed
2008-04-20 19:00:11 +00:00
LostTheBlack_cp
7dc7dac965 [!] Tests doesn't actually work. Need ilasmed code. 2008-04-18 13:51:20 +00:00
LostTheBlack_cp
1af5ac6f34 [+] MoveAndSignExtend & MoveAndZeroExtend added to assmebler
[+] SignExtendAX to handle AX -> DX:AX & EAX -> EDX:EAX
[+] Conversion to int8
[*] Fixed conversion to int16
[*] Fixed conversion to int64
[+] Added conversion
[*] AddWithOverflow code fixed.
2008-04-18 13:29:13 +00:00
LostTheBlack_cp
6dd9d872ba [*] Fixed Interrupt to generate int 4 unconditionally 2008-04-18 13:18:11 +00:00
LostTheBlack_cp
60f807ecd8 [+] Clt & Clt_Un both should work with 64bit operands. 2008-04-18 12:33:00 +00:00
LostTheBlack_cp
175ad54c3f [+] Cgt & Cgt_Un both should work with 64bit operands now. 2008-04-18 12:09:13 +00:00
LostTheBlack_cp
d3460ad173 [+] ConditionalMove class to handle CMOVcc
[*] Fixed comment on JumpIfAbove
[+] JumpIfAboveOrEqual to handle jae
[*] Fixed comment on JumpOnGreater
2008-04-18 12:08:30 +00:00
LostTheBlack_cp
233e4fc76f [+] Brtrue and Brfalse both support 64-bit operands. 2008-04-17 23:57:56 +00:00
LostTheBlack_cp
c5c5fd4ad9 [+] All conditional branches now pass my 64bit operand tests. 2008-04-17 23:45:08 +00:00
LostTheBlack_cp
884ce0834f [*] Bne_Un works with 64bit. 2008-04-17 23:28:13 +00:00
LostTheBlack_cp
16604e7387 [+] Blt_Un now works with 64bit operands.
[+] JumpIfBelow to support this.
2008-04-17 23:20:12 +00:00
LostTheBlack_cp
842b4f5ddf [+] Blt now works with 64-bit arguments. 2008-04-17 23:11:53 +00:00
LostTheBlack_cp
d3468ba2ae [+] Ble_Un works with 64bit operands. 2008-04-17 23:06:02 +00:00
LostTheBlack_cp
f91e9c6fe7 [*] Conditional jumps code handling 64bit operands slightly commented. 2008-04-17 22:59:54 +00:00
LostTheBlack_cp
51bcc6e008 [*] Slightly fixed code of Bge_Un for better readability. 2008-04-17 22:58:12 +00:00
LostTheBlack_cp
b4af2611c6 [+] Ble works with 64-bit. 2008-04-17 22:54:21 +00:00
LostTheBlack_cp
199e15b1da [+] Bgt_Un 64bit + tests. 2008-04-17 22:44:20 +00:00
LostTheBlack_cp
436762e62f [+] JumpIfAbove instruction. 2008-04-17 22:40:06 +00:00
LostTheBlack_cp
c8865cc9fe [+] Tests for Bgt. 2008-04-17 22:35:51 +00:00
LostTheBlack_cp
492fcb6189 [+] Bgt works with 64-bit values now. 2008-04-17 22:29:21 +00:00
LostTheBlack_cp
45377fd9e6 [+] JumpOnGreater class created to replace strange class JumpIfGreater. 2008-04-17 22:27:12 +00:00
LostTheBlack_cp
8991489489 [!] JumpIfGreaterOrEqual produces the same opcode as JumpIfGreaterOrEqual, but it's opcode in attribute is jbe. 2008-04-17 22:26:16 +00:00
LostTheBlack_cp
262ba8ca84 [!] Class JumpIfGreater writes jb code instead of jg. 2008-04-17 22:24:56 +00:00