X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fng_assembly%2Fnum%2Fword24.ma;fp=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fng_assembly%2Fnum%2Fword24.ma;h=c0e0d935cabb191aab51689c6ee73a9ab58838b0;hb=2c38e6a237e6a0e263abccf8d8ef3e7a31272443;hp=94954244b3e447ac767417c6e2ef91546401ed98;hpb=221472ea1597505d12677f5742e388125a15e2b9;p=helm.git diff --git a/helm/software/matita/contribs/ng_assembly/num/word24.ma b/helm/software/matita/contribs/ng_assembly/num/word24.ma index 94954244b..c0e0d935c 100755 --- a/helm/software/matita/contribs/ng_assembly/num/word24.ma +++ b/helm/software/matita/contribs/ng_assembly/num/word24.ma @@ -104,10 +104,12 @@ ndefinition xor_w24 ≝ (* operatore Most Significant Bit *) ndefinition getMSB_w24 ≝ λw:word24.getMSB_b8 (w24x w). ndefinition setMSB_w24 ≝ λw:word24.mk_word24 (setMSB_b8 (w24x w)) (w24h w) (w24l w). +ndefinition clrMSB_w24 ≝ λw:word24.mk_word24 (clrMSB_b8 (w24x w)) (w24h w) (w24l w). (* operatore Least Significant Bit *) ndefinition getLSB_w24 ≝ λw:word24.getLSB_b8 (w24l w). ndefinition setLSB_w24 ≝ λw:word24.mk_word24 (w24x w) (w24h w) (setLSB_b8 (w24l w)). +ndefinition clrLSB_w24 ≝ λw:word24.mk_word24 (w24x w) (w24h w) (clrLSB_b8 (w24l w)). (* operatore rotazione destra con carry *) ndefinition rcr_w24 ≝