Modified parser to remove various bugs.
commit719c76e3d68d6e5897783e19bb37153efaeddd98
authorSteven Schronk <steven@schronk.com>
Fri, 8 Jan 2010 06:04:40 +0000 (8 00:04 -0600)
committerSteven Schronk <steven@schronk.com>
Fri, 8 Jan 2010 06:04:40 +0000 (8 00:04 -0600)
tree465a045511afd808076136dfe36f14d7863cbc13
parentd1c5f24218199138e5e5f9f96f6f9301a868fe85
Modified parser to remove various bugs.

Parser function has_more_commands now correctly returns value
regardless of situation.

Parser function advance no longer needs to be called once to initialize.

Function dest has been created. Returns pointer to array of 4 chars.

Could have used malloc, but looks like this might be a little faster
while easier to read as well.

Modified function symbol to use correct data type.
asm.c
parse.c