ptitSeb / box64

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

[LA64_DYNAREC] Added more opcodes and some fixes in the printer #1330

Closed ksco closed 8 months ago

ksco commented 8 months ago

Note: Although LL/SC can specify an offset, we cannot use it in the LOCK prefix instructions because the offset must be aligned to 4 bytes, while on x86 the offset can be arbitrary. To use it, some modifications to geted is needed.