#include "parse.h" #include "asm/assembler.h" std::shared_ptr parseAsm(const std::string& line) { return makeOp("lahf"); // TODO }