Cosmos/source/Indy.IL2CPU.Assembler.X86/Ret.cs
mterwoord_cp b619721961
2007-09-02 06:31:20 +00:00

10 lines
No EOL
202 B
C#

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