IADDR STO R14, R15 JR R1
Back in Fortran, we say:
Z = IADDR(X)
This calls IADDR with the address of X
IADDR returns address of X
This stores the address of X into Z