diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-10-18 18:38:26 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-10-18 18:38:26 +0200 |
commit | fe722b9304052b7a0a67fe01633c24ba5b4cdafa (patch) | |
tree | 7656b558c4dea8221bff07377253c66ec9f79086 /asm/chunk.h | |
parent | 8a2d1dc5c8b6639985d26d1c915048d87d52426b (diff) |
Implemented insertAddresses()
Diffstat (limited to 'asm/chunk.h')
-rw-r--r-- | asm/chunk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asm/chunk.h b/asm/chunk.h index cf6efaa..43cf54e 100644 --- a/asm/chunk.h +++ b/asm/chunk.h @@ -22,6 +22,8 @@ struct AddressFeature { std::string label; + bool relativeAddressing{true}; + std::vector<uint8_t> machine_code; size_t addr_size; size_t addr_offs; ///< offset inside code |