Hash table update for loading symbols.
commitb4d78405f4ed686b709e7214636d23eb22b4fceb
authorSteven Schronk <steven@schronk.com>
Thu, 11 Feb 2010 22:07:14 +0000 (11 16:07 -0600)
committerSteven Schronk <steven@schronk.com>
Thu, 11 Feb 2010 22:07:14 +0000 (11 16:07 -0600)
tree0b03f51295253d1e857ca950ffc1dceddb500d7b
parent4d7356f9aa0937017596f9fbf480d087b11963eb
Hash table update for loading symbols.

Prior version did not load large numbers of
hash symbols. This is resolved by creating
new function next_hash_space which looks
from start of hash for an empty location
for the next value.

Made change to hash size to accommodate the
hash needed for pong example from book.

Removed static storage class from function
settings_init.  Eliminates compiler message.
asm.c
asm.h
symbol.c
symbol.h