I have my business-logic in ~7000 lines of T-SQL stored procedures, and most of them has next JOIN syntax:
SELECT A.A, B.B, C.C FROM aaa AS A, bbb AS B, ccc
Execute both and check their query plans. They should be equal.