From 72ff79d76c7ec16ea1b95c72af0838f0e1150735 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 17 Oct 2020 17:54:20 +0200 Subject: Handle Labels and Data --- asm/assembler.cpp | 10 ++++++++++ asm/assembler.h | 6 ++++-- asm/chunk.h | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) (limited to 'asm') diff --git a/asm/assembler.cpp b/asm/assembler.cpp index 7a9f6cf..d6ab230 100644 --- a/asm/assembler.cpp +++ b/asm/assembler.cpp @@ -49,3 +49,13 @@ std::shared_ptr makeOp(const std::string& mnemonic) AsmArgs dummy; // empty list of arguments return makeOp(mnemonic, dummy); } + +std::shared_ptr