Minor changes

This commit is contained in:
avinal
2020-08-10 16:10:12 +05:30
parent 71d3bb52ad
commit 4fa4f128d5
2 changed files with 5 additions and 4 deletions

View File

@@ -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);