From 031bfef600e7021c8bd72e2e663f368e7386b131 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 18 Nov 2020 17:55:27 +0100 Subject: Added Asm ops --- asm/parse.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 asm/parse.cpp (limited to 'asm/parse.cpp') diff --git a/asm/parse.cpp b/asm/parse.cpp new file mode 100644 index 0000000..350d86e --- /dev/null +++ b/asm/parse.cpp @@ -0,0 +1,8 @@ +#include "parse.h" + +#include "asm/assembler.h" + +std::shared_ptr parseAsm(const std::string& line) +{ + return makeOp("lahf"); // TODO +} -- cgit v1.2.3