TomNisbet / asm85

Intel 8085 Assembler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inconsistent header names

jstaursky opened this issue · comments

not a big deal but FYI your make cmd does not work as is. Seems that in some places you call for the header "SymbolTable.h" and other places "symboltable.h". Similiar situation goes for scanner.h.
I did cp scanner.h Scanner.h and sim to get around this but thought you should know.

Should be fixed now. Thanks for pointing it out.