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 |
|