Cosmos/Users/Gero Landmann/Cosmos.Assembler.X86.Gero/InstructionOutputFormat.cs

20 lines
311 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,
}
}