From: ian Date: Fri, 30 Dec 2005 13:01:09 +0000 (+0000) Subject: fix comment for cmp_fw_ifne X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=daf9b51de1d9ae269e4f658915f3081cde43520b;p=trains.git fix comment for cmp_fw_ifne --- diff --git a/iwjpictest/insn-aliases.inc-gen b/iwjpictest/insn-aliases.inc-gen index 7e42201..fce2512 100755 --- a/iwjpictest/insn-aliases.inc-gen +++ b/iwjpictest/insn-aliases.inc-gen @@ -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_