• Top
    • Documentation
    • Books
    • Recursion-and-induction
    • Boolean-reasoning
    • Debugging
    • Projects
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
      • X86isa
        • Program-execution
          • Dynamic-instrumentation
          • Initialize-x86-state
          • Binary-file-load-fn
          • Setting-up-page-tables
          • Init-sys-view
          • Load-elf-sections
          • Concrete-simulation-examples
            • Fibonacci32-cosim
            • Fibonacci-cosim
            • Factorial-cosim
            • Nop-cosim
            • Datacopy-cosim
        • Introduction
        • X86isa-build-instructions
        • Publications
        • Contributors
        • Machine
        • Implemented-opcodes
        • Proof-utilities
        • To-do
        • Concrete-simulation-examples
          • Fibonacci32-cosim
          • Fibonacci-cosim
          • Factorial-cosim
          • Nop-cosim
          • Datacopy-cosim
        • Model-validation
        • Utils
        • Debugging-code-proofs
      • Execloader
      • Axe
    • Testing-utilities
    • Math
  • Program-execution
  • X86isa

Concrete-simulation-examples

Subtopics

Fibonacci32-cosim
Test to check if a 32-bit fibonacci program behaves as expected
Fibonacci-cosim
Test to check if a fibonacci program behaves as expected
Factorial-cosim
Test to check if a factorial program behaves as expected
Nop-cosim
Test to see if the Recommended multi-byte sequence of NOP Instruction (Intel Vol. 2B, NOP Instruction-Set Reference) is supported by the x86isa model
Datacopy-cosim
Test to check if an array copy program works as expected