Commit graph

277 commits

Author SHA1 Message Date
cipher_cp
11301161d2 enable interupts for delegates 2008-07-01 06:15:30 +00:00
cipher_cp
15cd1c1d18 missing plugged field, updated tests 2008-07-01 05:56:41 +00:00
cipher_cp
bff9e0ac17 Multicast delegates working!!! 2008-06-30 06:42:23 +00:00
cipher_cp
b5c332168b updated my tests, reebaled interupts 2008-06-30 04:53:50 +00:00
cipher_cp
da0e98b91d delegates with returns working! 2008-06-30 04:52:05 +00:00
cipher_cp
25327698c6 Remove old code, improve my tests 2008-06-29 18:53:04 +00:00
cipher_cp
d039fb14e5 reenable interupts, disabled for debuging purposes 2008-06-29 18:08:28 +00:00
cipher_cp
1065535fe1 delegates with args working!!! 2008-06-29 18:06:02 +00:00
cipher_cp
ec2dba35e5 reenabling interupts... delegates are CLOSE! 2008-06-29 17:23:31 +00:00
cipher_cp
f100456152 delegates with single args working, delegate test for me 2008-06-29 15:32:46 +00:00
cipher_cp
92e025ce91 Fix issue with 64bit arguments 2008-06-26 08:47:47 +00:00
kudzu_cp
ea79f0ab97 Cleanup 2008-06-21 23:11:07 +00:00
kudzu_cp
9e5d29a558 more m stack goo fixes 2008-06-21 23:03:27 +00:00
kudzu_cp
7f92e9ab12 2008-06-21 22:53:14 +00:00
kudzu_cp
29671726ae Removed some old Metal code 2008-06-21 21:56:29 +00:00
kudzu_cp
49ae88a555 2008-06-21 21:47:51 +00:00
kudzu_cp
d683bf89bd hacky fix for M's latest goo. Will clean up next. 2008-06-21 21:28:16 +00:00
kudzu_cp
340b586f7e Testing 2008-06-21 21:14:31 +00:00
kudzu_cp
603a407c4f 2008-06-21 20:54:28 +00:00
kudzu_cp
d19afbf723 Fixed crashing caused my M's latest box fix 2008-06-21 20:41:42 +00:00
mterwoord_cp
61a823c767 Boxing fixed for sure now. 2008-06-21 17:18:00 +00:00
mterwoord_cp
df9da437f6 Fixed boxing. 2008-06-21 17:07:32 +00:00
smremde_cp
033b730f6e added CPUID support :) 2008-06-13 22:56:38 +00:00
smremde_cp
59d59a89e9 2008-06-13 18:09:59 +00:00
smremde_cp
2373fb1a71 fixed boxing bug 2008-06-11 17:05:03 +00:00
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