Cosmos/source/Indy.IL2CPU.Assembler.X86/Halt.cs
Dokugogagoji_cp 2671caa304 Starting divisions per ISA
Added 80x86 stub clases for newer instructions
2008-08-10 09:45:24 +00:00

10 lines
No EOL
159 B
C#

using System;
using System.Linq;
namespace Indy.IL2CPU.Assembler.X86
{
[OpCode(0xF4, "hlt")]
public class Halt : Instruction
{
}
}