diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-11-08 16:38:30 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-11-08 16:38:30 +0100 |
commit | db0654fa48ddc07e6bcaaaeddfa301a32806dadc (patch) | |
tree | ea611c24a41ea8d9dc1e2116b64b9760f26708e0 /asm/encode.cpp | |
parent | dd2a994fbbe946fa751b689e92c85696469e5e5c (diff) |
Prepare encoding and linking
Diffstat (limited to 'asm/encode.cpp')
-rw-r--r-- | asm/encode.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/asm/encode.cpp b/asm/encode.cpp new file mode 100644 index 0000000..ea50cb7 --- /dev/null +++ b/asm/encode.cpp @@ -0,0 +1,6 @@ +#include "encode.h" + +void Asm::toMachineCode(const FlowGraph::Graph& graph, Segment& segment) +{ +} + |