From: Claudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it> Date: Thu, 4 Feb 2010 13:31:41 +0000 (+0000) Subject: ... X-Git-Tag: make_still_working~3055 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=3e758134d629980e9bf018a913404b98eccc514c;p=helm.git ... --- diff --git a/helm/software/matita/contribs/ng_assembly2/emulator/opcodes/pseudo.ma b/helm/software/matita/contribs/ng_assembly2/emulator/opcodes/pseudo.ma index 10b82528d..b86e307f2 100755 --- a/helm/software/matita/contribs/ng_assembly2/emulator/opcodes/pseudo.ma +++ b/helm/software/matita/contribs/ng_assembly2/emulator/opcodes/pseudo.ma @@ -73,18 +73,42 @@ ndefinition aux_im_type â ndefinition aux_table_type â λmcu:mcu_type.Prod4T (aux_pseudo_type mcu) (aux_im_type mcu) byte8_or_word16 byte8. -ndefinition pseudo_is_comparable â -λmcu:mcu_type.match mcu with - [ HC05 â Freescalepseudo_is_comparable - | HC08 â Freescalepseudo_is_comparable - | HCS08 â Freescalepseudo_is_comparable - | RS08 â Freescalepseudo_is_comparable - | IP2022 â IP2022pseudo_is_comparable - ]. +naxiom daemon: False. + +ndefinition pseudo_is_comparable: mcu_type â comparable. + #mcu; + @ (aux_pseudo_type mcu) + ##[ napply (match mcu return λmcu. aux_pseudo_type mcu with + [ HC05 â zeroc Freescalepseudo_is_comparable + | HC08 â zeroc Freescalepseudo_is_comparable + | HCS08 â zeroc Freescalepseudo_is_comparable + | RS08 â zeroc Freescalepseudo_is_comparable + | IP2022 â zeroc IP2022pseudo_is_comparable + ]) + | napply (match mcu return λmcu. (aux_pseudo_type mcu â bool) â bool with + [ HC05 â forallc Freescalepseudo_is_comparable + | HC08 â forallc Freescalepseudo_is_comparable + | HCS08 â forallc Freescalepseudo_is_comparable + | RS08 â forallc Freescalepseudo_is_comparable + | IP2022 â forallc IP2022pseudo_is_comparable + ]) + | napply (match mcu return λmcu. aux_pseudo_type mcu â aux_pseudo_type mcu â bool with + [ HC05 â eqc Freescalepseudo_is_comparable + | HC08 â eqc Freescalepseudo_is_comparable + | HCS08 â eqc Freescalepseudo_is_comparable + | RS08 â eqc Freescalepseudo_is_comparable + | IP2022 â eqc IP2022pseudo_is_comparable + ]) + |##*: ncases daemon ] +nqed. + (* come suggerire di unificare? carr (pseudo_is_comparable M) = aux_pseudo_type M *) +unification hint 0 â MCU:mcu_type ⢠+ carr (pseudo_is_comparable MCU) â¡ aux_pseudo_type MCU. + (* su tutta la lista quante volte compare lo pseudocodice *) nlet rec get_pseudo_count (m:mcu_type) (o:aux_pseudo_type m) (c:word16) (l:list (aux_table_type m)) on l â match l with