popf method

Appends a popf instruction to the instruction list

Implementation

AsmBuilderBase popf() {
  append(ZeroOperandInstructionIntel('pushf'));
  return this;
}