Commit graph

90 commits

Author SHA1 Message Date
mterwoord_cp
486983c8fe SHA256 works now 2008-05-14 17:21:54 +00:00
mterwoord_cp
cf7d99acb7 Multicast delegates 2008-05-13 14:27:29 +00:00
mterwoord_cp
8cab5bc18c Enumerations for now. on arrays they work, List<T> not yet 2008-05-09 14:48:15 +00:00
mterwoord_cp
5ca95ed497 Several fixes 2008-05-07 18:21:29 +00:00
kudzu_cp
a97eab0b16 DebugStub suspend/resume 2008-05-05 16:12:43 +00:00
kudzu_cp
16f504be27 Fix for IRQ/STI issue 2008-05-05 15:18:11 +00:00
kudzu_cp
4bb5d162cb Fix for nasm compile error - m's breakage :) 2008-05-05 14:58:28 +00:00
kudzu_cp
2e8677c2b2 2008-04-30 18:31:56 +00:00
kudzu_cp
7267a7fb48 2008-04-30 16:15:46 +00:00
kudzu_cp
53b54cdfd7 2008-04-30 16:02:38 +00:00
kudzu_cp
babeb1d290 2008-04-30 15:51:37 +00:00
kudzu_cp
0be619ddd2 2008-04-30 14:17:50 +00:00
kudzu_cp
589c9f6e50 2008-04-29 02:58:07 +00:00
kudzu_cp
9739ca604c Tracing works, but stepping is broken currently. 2008-04-28 15:27:14 +00:00
kudzu_cp
afcf944ff1 2008-04-28 14:01:51 +00:00
kudzu_cp
3faf96b6cd 2008-04-28 13:36:16 +00:00
kudzu_cp
c554282786 DebugSuspend/Resume stubs 2008-04-28 12:29:49 +00:00
kudzu_cp
0ada62e530 2008-04-28 03:56:41 +00:00
kudzu_cp
248e068a35 2008-04-28 03:24:05 +00:00
kudzu_cp
9f7c6b5bf1 2008-04-28 02:09:24 +00:00
kudzu_cp
517186b7df 2008-04-28 01:55:29 +00:00
kudzu_cp
d28e87baf8 2008-04-27 19:51:23 +00:00
kudzu_cp
9c190531a7 More X# 2008-04-27 18:13:19 +00:00
kudzu_cp
788b6cdb5d 2008-04-27 06:31:13 +00:00
kudzu_cp
f95db75e67 2008-04-27 01:12:06 +00:00
kudzu_cp
8b07d5daac Final move of Debug Stub to DumbAssembler 2008-04-27 00:57:57 +00:00
kudzu_cp
88ec002e35 2008-04-26 22:32:08 +00:00
kudzu_cp
170f30b447 2008-04-26 22:27:50 +00:00
kudzu_cp
304871eb68 2008-04-26 22:17:35 +00:00
kudzu_cp
77285dd477 Partial move to DumbAssembler 2008-04-26 21:49:56 +00:00
mterwoord_cp
27294eec09 some leftovers from the .Native removal, also made it possible to use nested assemblers using the DumbAssembler class 2008-04-26 17:17:08 +00:00
mterwoord_cp
c5646eb92c Removed .Native 2008-04-26 07:45:27 +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
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
c5c5fd4ad9 [+] All conditional branches now pass my 64bit operand tests. 2008-04-17 23:45:08 +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
436762e62f [+] JumpIfAbove instruction. 2008-04-17 22:40:06 +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
LostTheBlack_cp
539933db9c [*] Fixed error with bge.
[+] Bge_Un works with 64-bit values.
2008-04-17 22:00:58 +00:00
LostTheBlack_cp
861e8910cd [+] Add_Ovf instruction now generates int 4 on overflow. 2008-04-17 08:17:29 +00:00
LostTheBlack_cp
e554b4c2ad [+] It seems that blt_un now works fine on 64-bit operands.
[+] Added JumpIfCarry.
[*] Corrected spelling error: JumpNotCary -> JumpNotCarry.
2008-04-11 16:31:50 +00:00
LostTheBlack_cp
ea9fcde4ce Int64:
[*] Fixed adding.
[+] Subtraction now works.
2008-03-16 06:44:01 +00:00
LostTheBlack_cp
4aa8fcce86 Int64:
[+] equality comparing
[+] add operation
Int32:
[*] Fixed bge instruction
2008-03-15 09:02:05 +00:00
LostTheBlack_cp
280ed76ee3 2008-03-14 18:57:33 +00:00
mterwoord_cp
ed13c7c339 2008-03-14 18:11:00 +00:00
LostTheBlack_cp
50b2a50b24 2008-03-14 16:57:19 +00:00
kudzu_cp
dd48f9b762 Remove i4o refs 2008-01-09 17:08:17 +00:00