> with the VES in place (running linux) it seems a good time to look into > the possibilities. I'd like to feed it some "executables". So I'll be > setting up a VS.NET hopefully later today. But I was wondering if there > was some sort of CIL compiler that takes the "readable" assembler and > dumps the opcodes into an "executable" ? You mean, like an assembler? ilasm does that. Miguel