Dr Jefyll wrote:
Certain factors make this trick undesirable. Yes, it saves a byte or two (compared with an actual BRA or JMP). But -- besides any human confusion it may cause! -- there will also be an access to location $07A9, and that can disrupt operation of certain I/O chips should they happen to be mapped there.
I have ran into things like this before, I think on some occasions the programmer may have used this trick to fool a disassembler and keep their code a little more secure but without thinking about possible problems that you mention.