Cosmos/source/Indy.IL2CPU.Assembler.NativeX86/Popad.cs
2007-10-06 08:22:26 +00:00

10 lines
215 B
C#

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