|
|
|
|
|
by stephencanon
4536 days ago
|
|
In order to have a single-instruction PR-relative load the offset needs to be small (though it uses a different immediate scheme for the offset). So in practice you usually tuck small constant islands between blocks of executable code when you adopt this approach. |
|