add load/store unit and tests

This commit is contained in:
Jacob Lifshay 2026-07-10 19:16:13 -07:00
parent 09038d40ab
commit a81d85d9c0
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
9 changed files with 70659 additions and 3 deletions

4
.cargo/config.toml Normal file
View file

@ -0,0 +1,4 @@
# SPDX-License-Identifier: LGPL-3.0-or-later
# See Notices.txt for copyright information
[build]
rustflags = ["-Csymbol-mangling-version=v0", "-Cforce-frame-pointers=yes"]