mterwoord_cp
|
22b6e45022
|
|
2008-06-09 15:26:16 +00:00 |
|
mterwoord_cp
|
21f0f2382e
|
keyboard fix
|
2008-05-19 17:07:41 +00:00 |
|
mterwoord_cp
|
37c9966421
|
|
2008-05-19 09:41:18 +00:00 |
|
mterwoord_cp
|
71197e000a
|
Several small changes
|
2008-05-15 12:39:06 +00:00 |
|
mterwoord_cp
|
486983c8fe
|
SHA256 works now
|
2008-05-14 17:21:54 +00:00 |
|
mterwoord_cp
|
bbfb2b8a0d
|
Several small fixes
|
2008-05-14 09:28:03 +00:00 |
|
mterwoord_cp
|
cf7d99acb7
|
Multicast delegates
|
2008-05-13 14:27:29 +00:00 |
|
mterwoord_cp
|
c7715b08ba
|
Small struct fix.
|
2008-05-13 09:19:54 +00:00 |
|
mterwoord_cp
|
1d71c37443
|
Interfaces and ReturnCodes
|
2008-05-12 09:03:47 +00:00 |
|
mterwoord_cp
|
b0b7dbdd09
|
Some small enhancements
|
2008-05-09 15:02:58 +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
|
6595ab8727
|
some fixes for checksum error..
|
2008-05-08 07:58:34 +00:00 |
|
mterwoord_cp
|
5ca95ed497
|
Several fixes
|
2008-05-07 18:21:29 +00:00 |
|
mterwoord_cp
|
850a19e124
|
|
2008-05-03 16:24:41 +00:00 |
|
mterwoord_cp
|
96fdf95b3a
|
Added hooks for adding code on MethodHeaders and Footers
|
2008-04-28 13:05:02 +00:00 |
|
kudzu_cp
|
8b07d5daac
|
Final move of Debug Stub to DumbAssembler
|
2008-04-27 00:57:57 +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 |
|
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 |
|
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
|
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
|
233e4fc76f
|
[+] Brtrue and Brfalse both support 64-bit operands.
|
2008-04-17 23:57:56 +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
|
492fcb6189
|
[+] Bgt works with 64-bit values now.
|
2008-04-17 22:29:21 +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
|
062a1f46b6
|
[+] bge works with 64 bits.
|
2008-04-17 20:34:24 +00:00 |
|
LostTheBlack_cp
|
e9f99f9b2b
|
[*] Removed unnecessary noops from beq.
|
2008-04-17 19:57:27 +00:00 |
|
LostTheBlack_cp
|
8bf7d8cbac
|
[+] Beq (branch on equal) works with 64-bit values.
|
2008-04-17 19:51:46 +00:00 |
|
LostTheBlack_cp
|
5e542fd849
|
[+] Int64 and works.
[*] Removed LastIndexOf test from StringTest as it is still not implemented.
|
2008-04-17 08:34:06 +00:00 |
|
LostTheBlack_cp
|
e874433127
|
[+] Fixed Add_Ovf_Un to throw an exception as it's not supported.
|
2008-04-17 08:18:39 +00:00 |
|
LostTheBlack_cp
|
861e8910cd
|
[+] Add_Ovf instruction now generates int 4 on overflow.
|
2008-04-17 08:17:29 +00:00 |
|
LostTheBlack_cp
|
dea99107fb
|
[*] I've marked some ops as not implemented as their implementation was incorrect. (Add_Ovf & Mul_Ovf).
|
2008-04-11 16:49:44 +00:00 |
|
LostTheBlack_cp
|
9ec9bcdd41
|
[+] Now Bgt_Un works too.
|
2008-04-11 16:38:23 +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 |
|
mterwoord_cp
|
7f2a50a1b9
|
Fixes.
|
2008-03-27 15:14:06 +00:00 |
|
mterwoord_cp
|
404578bb66
|
Several fixes
|
2008-03-25 17:00:24 +00:00 |
|
LostTheBlack_cp
|
72092fc41d
|
[+] Fixed issue #4054 (Switch-Case causes InvalidOperationException).
[*] All conditional branch instructions on longs marked NotImplemented.
[!] Someone familiar enough should review compiler's comparisons handling.
|
2008-03-18 13:32:24 +00:00 |
|
mterwoord_cp
|
11cf066fd2
|
instance field fixes
|
2008-03-16 08:50:41 +00:00 |
|
mterwoord_cp
|
3835e5a429
|
several fixes
|
2008-03-16 08:10:58 +00:00 |
|