8086のlea命令について

leaはカッコを外して(無視して)計算する仕様 lea ax, [bx] ! ax = bx lea ax,[bx+5] ! ax = bx + 5 ! ここはありえない lea ax, ax