added M records
This commit is contained in:
parent
e0ce2fb3d0
commit
a711223abf
11 changed files with 297 additions and 20 deletions
|
|
@ -36,6 +36,12 @@ private:
|
|||
int _programLength = 0;
|
||||
std::string _programName;
|
||||
int _baseRegister = -1; // -1 means not set
|
||||
|
||||
struct ModificationRecord {
|
||||
int address;
|
||||
int halfBytes;
|
||||
};
|
||||
mutable std::vector<ModificationRecord> _modificationRecords;
|
||||
|
||||
// Pass 1: build symbol table and assign addresses
|
||||
void firstPass();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue