1;;; Test if the assembler correctly generates @pcl relocations 2 .cpu HS 3 .text 4 add r0,pcl,@var@pcl 5 ldd r6,[pcl,@var@pcl] 6 ld r3,[pcl,@var@pcl] 7