chiark / gitweb /
fix comment for cmp_fw_ifne
authorian <ian>
Fri, 30 Dec 2005 13:01:09 +0000 (13:01 +0000)
committerian <ian>
Fri, 30 Dec 2005 13:01:09 +0000 (13:01 +0000)
iwjpictest/insn-aliases.inc-gen

index 7e42201b63094ebe8e03292d360cf1e2f68437eb..fce25124dfa8bbbc0d64daff9d02d7909272411b 100755 (executable)
@@ -143,7 +143,7 @@ ds='Multiply';                      als_k_lw_fa                     mul
 ds='Add with carry';           als_fda_2fw     addwfc  addc_wf
 ds='Clear';                    als_fa_1fw      clrf    clr_
 ds='Complement (bitwise NOT)'; als_fda_1fw     comf    com_
-ds='Compare; if F==W then...'; als_fa          cpfseq  cmp_fw  _ifne
+ds='Compare; if F!=W then...'; als_fa          cpfseq  cmp_fw  _ifne
 ds='Compare; if F<=W then...'; als_fa          cpfsgt  cmp_fw  _ifle
 ds='Compare; if F>=W then...'; als_fa          cpfslt  cmp_fw  _ifge
 ds='Decrement';                        als_fda_1fw     decf    dec_