.TITLE IADDR .IDENT /01/ ; Subroutine to return the address of the argument given. .ENTRY IADDR,0 MOVL 4(AP),R0 ; Get address in R0. RET .END