Oh, you can most certainly create aliases to LAT and then use it with direct access commands like
Code:
LED VAR LATB.0

LED = 1
What you should not do is use that alias with "high level" command as outlined previously.