ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.73k stars 267 forks source link

[LA64_DYNAREC] Added more opcodes #1468

Closed ksco closed 5 months ago

ksco commented 5 months ago

Hmmm QEMU raised sigill, maybe the AMSWAP_DB.B instruction is too fancy? The instruction was added in Spec V1.1, stands for "Atomic swap bytes with data barrier".

ptitSeb commented 5 months ago

Maybe an optionnal "Spec 1.1" path with fancy AMSWAP_DB.B and friend for a latter PR?

ksco commented 5 months ago

Sure, then this is ready to review once it passes.