Cosmos/source2/Cosmos.Assembler/x86/Pop.cs

9 lines
No EOL
174 B
C#

using System;
using System.Linq;
namespace Cosmos.Assembler.x86 {
[Cosmos.Assembler.OpCode("pop")]
public class Pop: InstructionWithDestinationAndSize{
}
}