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.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'asm/assembler.h') diff --git a/asm/assembler.h b/asm/assembler.h index 42b5f8d..ddea4af 100644 --- a/asm/assembler.h +++ b/asm/assembler.h @@ -1,7 +1,6 @@ #pragma once -//#include "chunk.h" -//#include "segment.h" +#include "chunk.h" #include #include @@ -23,6 +22,9 @@ std::shared_ptr makeOp(const std::string& mnemonic, AsmArgs& args); // overload for empty list of arguments std::shared_ptr makeOp(const std::string& mnemonic); +std::shared_ptr