You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem with PC_REL addressing when there is no label. As there is no label, there is no relocation, but there needs to be, as the final value of the PC (after loading) is unknown.
Example
LOAD R1, $5 ; there is no label, but the PC_SECTION should be subtracted from the final offset
Solution
This should be reported as an ERROR.
The text was updated successfully, but these errors were encountered:
PC_REL without label
Overview
There is a problem with PC_REL addressing when there is no label. As there is no label, there is no relocation, but there needs to be, as the final value of the PC (after loading) is unknown.
Example
LOAD R1, $5 ; there is no label, but the PC_SECTION should be subtracted from the final offset
Solution
This should be reported as an ERROR.
The text was updated successfully, but these errors were encountered: