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.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 asm/parse.h (limited to 'asm/parse.h') diff --git a/asm/parse.h b/asm/parse.h new file mode 100644 index 0000000..1e6a202 --- /dev/null +++ b/asm/parse.h @@ -0,0 +1,8 @@ +#pragma once + +#include "asm/chunk.h" + +#include +#include + +std::shared_ptr parseAsm(const std::string& line); -- cgit v1.2.3