Cosmos/source/Indy.IL2CPU/Assembler/x86/ShiftRight.cs
mterwoord_cp 8b8be0c28d
2008-11-29 17:26:44 +00:00

11 lines
No EOL
242 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Indy.IL2CPU.Assembler.X86 {
[OpCode("shr")]
public class ShiftRight: InstructionWithDestinationAndSourceAndSize {
}
}