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

[RV64_DYNAREC] Fixed LOCK XCHG byte opcode #1526

Closed ksco closed 4 months ago

ksco commented 4 months ago

A Short Hike works.

ptitSeb commented 4 months ago

is F0 86 also changed?

ksco commented 4 months ago

is F0 86 also changed?

it's not yet implemented in rv64 and la64.

ptitSeb commented 4 months ago

is F0 86 also changed?

it's not yet implemented in rv64 and la64.

That's an easy copy-paste here ;)

ksco commented 4 months ago

is F0 86 also changed?

it's not yet implemented in rv64 and la64.

That's an easy copy-paste here ;)

Sure but I haven't had the chance, you know something that uses this opcode?

ptitSeb commented 4 months ago

is F0 86 also changed?

it's not yet implemented in rv64 and la64.

That's an easy copy-paste here ;)

Sure but I haven't had the chance, you know something that uses this opcode?

No, it's just to be sure all xchg 8bits variant are consistant.