mirror of
https://github.com/avinal/The-Hack-Assembler.git
synced 2026-01-10 23:28:33 +05:30
Minor changes
This commit is contained in:
@@ -32,10 +32,11 @@ private:
|
||||
{"SCREEN", 16384},
|
||||
{"KBD", 24576},
|
||||
};
|
||||
int next = 15;
|
||||
|
||||
public:
|
||||
symbol_table() {}
|
||||
|
||||
int available();
|
||||
void add_entry(std::string symbol, int address);
|
||||
bool contains(std::string symbol);
|
||||
int get_address(std::string symbol);
|
||||
|
||||
Reference in New Issue
Block a user