A89: Really Good News!


[Prev][Next][Index][Thread]

A89: Really Good News!




Great news everyone! I have completed the Lookup Table Example Program, and I 
will be releasing it very shortly! However, to be complete, I must have the 
comments be VERY thurough. One of the lines in the code states:

add.l #(MessageTable),d0   ;Add up the d0 and the message table

This adds up the keypress and the MessageTable to find the right thing to 
point to. However, I am not sure why the parentheses are necessary. If you do 
know, PLEASE tell me as soon as possible so I can release  the program! 
Thanks a zillion!

Special Thanks to Dux Gregis for helping me with the a0 problem! I also found 
a way to force the compiler to be more specific if you get this same error. 
Add this line to the top of your program:
a0 equ a0
Or whatever the problem is. Now, the compiler will give you the line that 
it's having a problem with rather than just 'undefined symbol'. Guess that's 
my Tip of the Day! :)