
AS stack pointers: xsp = 0x7fffc56347c0 and ysp = 0x7fffc56347c0
Oops!forgot to de-refeerence the pointers...
As stack pointers: *xsp = Helloand *ysp = Hello

As heap pointers: xp = 0x18283070 and yp 0x18283070
Oops!--- forgot to de-reference the ppointers...
Asheap pointers: *xp = Hello and *yp Hello
