From 8a2d1dc5c8b6639985d26d1c915048d87d52426b Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 18 Oct 2020 16:59:54 +0200 Subject: Added xor, mov, jmp --- asm/segment.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'asm/segment.cpp') diff --git a/asm/segment.cpp b/asm/segment.cpp index 60b8348..9fb7a52 100644 --- a/asm/segment.cpp +++ b/asm/segment.cpp @@ -30,3 +30,12 @@ std::vector Segment::getCode() return result; } + +void Segment::insertAddresses() +{ +} + +void Segment::optimize() +{ + // TODO +} -- cgit v1.2.3