From 5c0611b998e039c8547cfa3841da3567e13446a8 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 19 Nov 2020 22:31:33 +0100 Subject: Add assembler parser (WIP) --- asm/parse.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'asm/parse.h') diff --git a/asm/parse.h b/asm/parse.h index 1e6a202..1b55f7f 100644 --- a/asm/parse.h +++ b/asm/parse.h @@ -5,4 +5,5 @@ #include #include -std::shared_ptr parseAsm(const std::string& line); +// asm_code: multiline asm code +std::vector> parseAsm(const std::string& asm_code); -- cgit v1.2.3