2 // Mono.ILASM.EmitByteIntr.cs
5 // Rodrigo Kumpera (rkumpera@novell.com)
7 // (C) 2007 Novell, Inc (http://www.novell.com)
12 using System
.Collections
;
14 namespace Mono
.ILASM
{
16 public class EmitByteInstr
: IInstr
{
20 public EmitByteInstr (int value, Location loc
)
26 public override void Emit (CodeGen code_gen
, MethodDef meth
,
27 PEAPI
.CILInstructions cil
)
29 cil
.emitbyte ((byte)value);