Cosmos/source2/Compiler/Cosmos.Compiler.Assembler.X86/386AndUp/Shld.cs
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

9 lines
No EOL
205 B
C#

using System.Collections.Generic;
using System;
namespace Cosmos.Compiler.Assembler.X86
{
[OpCode("shld")]
public class ShiftLeftDouble : InstructionWithDestinationAndSourceAndArgument
{
}
}