How to load value of a memory address in a registe

2019-08-03 16:36发布

问题:

Suppose there's a value stored in memory location x4000 and I want to load it to a Register. If the program has to be started at x3000 how can I do this, since PC+Offset loads would be out of range?

标签: assembly lc3