Cosmos/source/Indy.IL2CPU.Assembler.X86/Popfd.cs
smremde_cp 26f7edf4e6 added x86 popf
added x86 cpuid
2008-06-11 17:06:55 +00:00

12 lines
No EOL
223 B
C#

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