Cosmos/source/Indy.IL2CPU/Assembler/x86/Test.cs
mterwoord_cp 967ef9c876
2008-11-08 10:24:48 +00:00

10 lines
No EOL
236 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Indy.IL2CPU.Assembler.X86 {
[OpCode(0xFFFFFFFF, "test")]
public class Test: InstructionWithDestinationAndSourceAndSize {
}
}