you're either reading/writing a word/long at an odd address, or jumping to an odd address. both result in an address error exception on the 68K.
reading/writing bytes at an odd address is not an issue, but words or longs need to be located in an even address (i.e. $FFFF32 works for all three...