]> matita.cs.unibo.it Git - helm.git/commit - helm/software/matita/contribs/ng_assembly/universe/universe.ma
(no commit message)
authorCosimo Oliboni <??>
Sat, 23 Jan 2010 16:16:40 +0000 (16:16 +0000)
committerCosimo Oliboni <??>
Sat, 23 Jan 2010 16:16:40 +0000 (16:16 +0000)
commit0f13d14b63b012e0ea8ce0d0e71bf808fdd444eb
tree3f972e7b70ea4ec36cf8458279d7ad483ff88438
parent16d0ba4a14fd6bede3e8b3520af7deaefb4f8068
72 files changed:
helm/software/matita/contribs/ng_assembly/common/ascii.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/common/ascii_lemmas.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/common/list.ma [new file with mode: 0644]
helm/software/matita/contribs/ng_assembly/common/list_lemmas.ma [new file with mode: 0644]
helm/software/matita/contribs/ng_assembly/common/list_utility.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/common/list_utility_lemmas.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/common/nat.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/common/nat_lemmas.ma [new file with mode: 0644]
helm/software/matita/contribs/ng_assembly/common/nat_to_num.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/common/option.ma [new file with mode: 0644]
helm/software/matita/contribs/ng_assembly/common/option_lemmas.ma [new file with mode: 0644]
helm/software/matita/contribs/ng_assembly/common/prod.ma [new file with mode: 0644]
helm/software/matita/contribs/ng_assembly/common/prod_lemmas.ma [new file with mode: 0644]
helm/software/matita/contribs/ng_assembly/common/sigma.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/common/string.ma [new file with mode: 0644]
helm/software/matita/contribs/ng_assembly/common/string_lemmas.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/common/theory.ma [new file with mode: 0644]
helm/software/matita/contribs/ng_assembly/compiler/ast_type.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/compiler/ast_type_lemmas.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/compiler/environment.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/compiler/preast_tree.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/memory/memory_abs.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/memory/memory_bits.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/memory/memory_func.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/memory/memory_struct.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/memory/memory_trees.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/opcodes/HC05_instr_mode.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/opcodes/HC05_opcode.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/opcodes/HC05_table.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/opcodes/HC05_table_tests.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/opcodes/HC08_instr_mode.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/opcodes/HC08_opcode.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/opcodes/HC08_table.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/opcodes/HC08_table_tests.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/opcodes/HCS08_opcode.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/opcodes/HCS08_table.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/opcodes/HCS08_table_tests.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/opcodes/RS08_instr_mode.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/opcodes/RS08_opcode.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/opcodes/RS08_table.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/opcodes/RS08_table_tests.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/opcodes/byte_or_word.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/opcodes/opcode.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/status/HC05_status.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/status/HC08_status.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/status/RS08_status.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/status/status.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/status/status_getter.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/status/status_setter.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/translation/HC05_translation.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/translation/HC08_translation.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/translation/HCS08_translation.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/translation/RS08_translation.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/translation/translation.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/emulator/translation/translation_base.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/num/bitrigesim.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/num/bitrigesim_lemmas.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/num/bool.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/num/bool_lemmas.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/num/byte8.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/num/byte8_lemmas.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/num/exadecim.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/num/exadecim_lemmas.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/num/oct.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/num/oct_lemmas.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/num/quatern.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/num/quatern_lemmas.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/num/word16.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/num/word16_lemmas.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/num/word32.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/num/word32_lemmas.ma [new file with mode: 0755]
helm/software/matita/contribs/ng_assembly/universe/universe.ma [new file with mode: 0755]