mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-01 22:00:44 +00:00
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
9 lines
No EOL
205 B
C#
9 lines
No EOL
205 B
C#
using System.Collections.Generic;
|
|
using System;
|
|
namespace Cosmos.Compiler.Assembler.X86
|
|
{
|
|
[OpCode("shld")]
|
|
public class ShiftLeftDouble : InstructionWithDestinationAndSourceAndArgument
|
|
{
|
|
}
|
|
} |