X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fng_assembly%2Ffreescale%2Fmemory_abs.ma;h=736f4aaea618371be61ba9aa3e6b957bd88f75d1;hb=86d3a559b94a16c571ca05defdcada6bae4cc14d;hp=17cadf037721658611ac9029e22894fded4b6c43;hpb=03ebff6c48be2253ad32b3b57f4e1d2b02acda86;p=helm.git diff --git a/helm/software/matita/contribs/ng_assembly/freescale/memory_abs.ma b/helm/software/matita/contribs/ng_assembly/freescale/memory_abs.ma index 17cadf037..736f4aaea 100755 --- a/helm/software/matita/contribs/ng_assembly/freescale/memory_abs.ma +++ b/helm/software/matita/contribs/ng_assembly/freescale/memory_abs.ma @@ -15,8 +15,8 @@ (* ********************************************************************** *) (* Progetto FreeScale *) (* *) -(* Sviluppato da: Cosimo Oliboni, oliboni@cs.unibo.it *) -(* Cosimo Oliboni, oliboni@cs.unibo.it *) +(* Sviluppato da: Ing. Cosimo Oliboni, oliboni@cs.unibo.it *) +(* Ultima modifica: 05/08/2009 *) (* *) (* ********************************************************************** *) @@ -121,13 +121,13 @@ ndefinition mem_read_bit ≝ λc:aux_chk_type MEM_FUNC. λaddr:word16. λo:oct. - opt_map ?? (mf_mem_read m c addr) + opt_map … (mf_mem_read m c addr) (λb.Some ? (getn_array8T o bool (bits_of_byte8 b))) | MEM_TREE ⇒ λm:aux_mem_type MEM_TREE. λc:aux_chk_type MEM_TREE. λaddr:word16. λo:oct. - opt_map ?? (mt_mem_read m c addr) + opt_map … (mt_mem_read m c addr) (λb.Some ? (getn_array8T o bool (bits_of_byte8 b))) | MEM_BITS ⇒ λm:aux_mem_type MEM_BITS. λc:aux_chk_type MEM_BITS. @@ -158,14 +158,14 @@ ndefinition mem_update_bit ≝ λaddr:word16. λo:oct. λv:bool. - opt_map ?? (mf_mem_read m c addr) + opt_map … (mf_mem_read m c addr) (λb.mf_mem_update m (chk_get MEM_FUNC c addr) addr (byte8_of_bits (setn_array8T o bool (bits_of_byte8 b) v))) | MEM_TREE ⇒ λm:aux_mem_type MEM_TREE. λc:aux_chk_type MEM_TREE. λaddr:word16. λo:oct. λv:bool. - opt_map ?? (mt_mem_read m c addr) + opt_map … (mt_mem_read m c addr) (λb.mt_mem_update m (chk_get MEM_TREE c addr) addr (byte8_of_bits (setn_array8T o bool (bits_of_byte8 b) v))) | MEM_BITS ⇒ λm:aux_mem_type MEM_BITS. λc:aux_chk_type MEM_BITS.