mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 22:12:25 +00:00
12 lines
No EOL
364 B
C#
12 lines
No EOL
364 B
C#
using System;
|
|
using System.IO;
|
|
using Mono.Cecil.Cil;
|
|
using CPU = Indy.IL2CPU.Assembler.X86;
|
|
|
|
namespace Indy.IL2CPU.IL.X86 {
|
|
public class Ldlen: IL.Ldlen {
|
|
public override void Assemble(Instruction aInstruction, BinaryWriter aOutput) {
|
|
throw new NotImplementedException("This file has been autogenerated and not been changed afterwards!");
|
|
}
|
|
}
|
|
} |