assemble: tab chars not allowed before labels in 2nd operand
Brought to you by:
alex-brainstorm,
gandon
[tab] move.l [tab] d0, [tab] d1 ; it works
[tab] move.l [tab] d0, [tab] foo ; refused by assemble
[tab] move.l [tab] d0,foo ; this works
Allowing tabs before labels in 2nd operand could help
users that want to align 2nd operands in their code.
(submited on 2006-01-27 by tobe on the yaronet.com forum)