public Parser(PIC _pic) { this.pic = _pic; this.registerFileMap = pic.getRegisterFileMap(); this.programMemory = pic.getProgramMemory(); this.operationStack = pic.getOperationStack(); this.programCounter = pic.getProgramCounter(); }