kudzu_cp
|
f029a2e400
|
Move to Mov (To identify with asm)
|
2012-01-23 13:23:59 +00:00 |
|
blah38621_cp
|
b1f7c58a6b
|
Made IL2CPU's scanning multi-threaded, as well as it's plug scanning. Also made the exceptions that a few instructions throw much easier to locate which file they are being thrown from.
|
2011-10-07 23:42:19 +00:00 |
|
kudzu_cp
|
c4126c8d23
|
|
2011-07-17 01:46:43 +00:00 |
|
Trivalik_cp
|
a9cb455304
|
fix ceq, cgt, cgt_un, clt, clt_un for 64 bit integer and float, changes back uint64impl compare
|
2011-04-06 19:31:51 +00:00 |
|
Trivalik_cp
|
7f84d28d69
|
add DOTNETCOMPABILE define condition,
change StackContents to uint,
able to use now mnemoric with 3 operands,
shl IL near 64 bit (unknown error),
add asm line to nasm error
|
2011-02-22 17:03:42 +00:00 |
|
Trivalik_cp
|
5739b0dd02
|
correct cgt behavior, remove unneed esi,edi stuff, now it works!!!
|
2011-01-01 23:00:58 +00:00 |
|
Trivalik_cp
|
5cef30a9d8
|
correct behavior, like VS generate C++ code, but false appear on -1 <= 960 for 8 byte integer
|
2011-01-01 14:06:38 +00:00 |
|
Trivalik_cp
|
c499d21987
|
add comment for pic,
correct console scrolling,
correct error for cgt
example:
int k = 1000;
UInt32 k2 = 960;
if (k <= k2)
{
Console.Write("true");
}
else
{
Console.Write("false");
}
|
2011-01-01 01:51:11 +00:00 |
|
Trivalik_cp
|
1785670a75
|
renaming all, except vspackage
|
2010-09-04 19:07:11 +00:00 |
|