donno/dlx

Implement a symbol table for the assembler.

Closed this issue · 1 comments

It should be able to store labels found in the source file and their value.

This has been implemented for a while, now and works quite well.

At the moment its still simply a std::map and not its own class with useful methods for getting 16-bit, 32-bit integers out. That is currently implemented in the two Assembler::evaluate methods.