Cosmos/source2/Users/Gero Landmann/Cosmos.Assembler.X86.Gero/InstructionOutputFormat.cs
2009-08-30 22:24:50 +00:00

20 lines
331 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Assembler.X86
{
/// <summary>
///
/// </summary>
public enum InstructionOutputFormat
{
/// <summary>
/// Plain ASM text
/// </summary>
ASM,
}
}