• Top
    • Documentation
    • Books
    • Recursion-and-induction
    • Boolean-reasoning
    • Debugging
    • Projects
      • Apt
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Legacy-defrstobj
      • Prime-field-constraint-systems
      • Proof-checker-array
      • Soft
      • Rp-rewriter
      • Farray
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • Taspi
      • Bitcoin
      • Des
      • Ethereum
      • Sha-2
      • Yul
      • Zcash
      • Proof-checker-itp13
      • Bigmem
        • Bigmem-concrete-stobj
        • Get-mem-aux
        • Get-mem
        • Write-mem$a
          • Read-mem$a
        • Regex
        • ACL2-programming-language
        • Java
        • C
        • Jfkr
        • X86isa
        • Equational
        • Cryptography
        • Where-do-i-place-my-book
        • Json
        • Built-ins
        • Execloader
        • Solidity
        • Paco
        • Concurrent-programs
      • Std
      • Proof-automation
      • Macro-libraries
      • ACL2
      • Interfacing-tools
      • Hardware-verification
      • Software-verification
      • Testing-utilities
      • Math
    • Bigmem

    Write-mem$a

    Signature
    (write-mem$a addr val mem$a) → *
    Arguments
    mem$a — Guard (mem$ap mem$a).

    Definitions and Theorems

    Function: write-mem$a

    (defun write-mem$a (addr val mem$a)
           (declare (type (unsigned-byte 64) addr)
                    (type (unsigned-byte 8) val))
           (declare (xargs :guard (mem$ap mem$a)))
           (let ((__function__ 'write-mem$a))
                (declare (ignorable __function__))
                (ubp8-set addr val mem$a)))