Quote Originally Posted by Andy Wood View Post
You need to add an underscore before the label etc. when you use assembly.

Your line:
goto EPROM2 ;Checks for Eeprom button

needs to be:
goto _EPROM2 ;Checks for Eeprom button


Andy
Yeah, that fixed it, thanks!