WIP: adding load/store unit

This commit is contained in:
Jacob Lifshay 2026-07-10 19:16:13 -07:00
parent 09038d40ab
commit 0897b46f23
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
9 changed files with 16747 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"]