lwinc
load word and increment
Code: 22 FF
Description: Load a variable from the address given in Areg and increment the
address by one word. This instruction may be used with stinc as a step in a block
move, and Breg is not modified so that it can be used to hold the store address .
Definition:
Areg′ ← word[Areg]
Creg′ ← Areg @ 1
Status Register:
No effect
Comments:
Secondary instruction.
Areg must be word aligned (i.e. divisible by 4).
See also: lbinc lsinc swinc
section 4.2.
126/205
®