Exemple #1
0
        public MasmVerb(IAsmProducer asmVerb)
        {
            this.asmVerb = asmVerb;
            this.asmFile = asmVerb.getAsmFile();

            this.abstractId   = new AbstractId(this.GetType().Name, version, this.asmFile.ToString());
            this.outputObject = this.asmFile.makeOutputObject(OBJ_EXTN);
        }
Exemple #2
0
        public MasmVerb(IAsmProducer asmVerb)
        {
            this.asmVerb = asmVerb;
            this.asmFile = asmVerb.getAsmFile();

            this.abstractId = new AbstractId(this.GetType().Name, version, this.asmFile.ToString());
            this.outputObject = this.asmFile.makeOutputObject(OBJ_EXTN);
        }