Closed ksco closed 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.
LOCK
geted
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 togeted
is needed.