commit | 9dabea10a9934c8f8d00fed8925ca3fe2ed7a63d | [log] [tgz] |
---|---|---|
author | Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | Thu Apr 17 23:35:13 2008 +0900 |
committer | Wolfgang Denk <wd@denx.de> | Fri Apr 18 00:47:29 2008 -0700 |
tree | 8b730dcbc1498dee9303af405099d32aaa3f79bb | |
parent | d43874952c2fd852878e48609d0d3399bb038177 [diff] |
Use jr as register jump instruction Current assembler codes are inconsistent in the way of register jump instruction usage; some use jr, some use j. Of course GNU as allows both usages, but as can be expected from `Jump Register' the mnemonic `jr' is more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage at all. Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>