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
If this code is run on pasim, the following error is thrown: Program counter outside current method: 00000004
Here, #1 seems to assemble to brnd 14, however, the correct value should be brnd 8. This can also be checked by switching to br branch_tar, which produces br 8 and runs correctly on pasim. (Expect r2=456)
The text was updated successfully, but these errors were encountered:
The
brnd
instruction does not assemble correctly when usingpaasm
.Example:
If this code is run on
pasim
, the following error is thrown:Program counter outside current method: 00000004
Here,
#1
seems to assemble tobrnd 14
, however, the correct value should bebrnd 8
. This can also be checked by switching tobr branch_tar
, which producesbr 8
and runs correctly onpasim
. (Expectr2=456
)The text was updated successfully, but these errors were encountered: