/* Create the common static members. */
 static Assembler()
 {
     _processMemory = new Memory.Sources.Memory();
     _bufferHelper  = new MemoryBufferHelper(Process.GetCurrentProcess());
 }