Copy a string: Difference between revisions

Content added Content deleted
No edit summary
Line 62:
 
Terminated: ;the null terminator is already stored along with the string itself, so we are done.
rts;program ends here.</lang>
 
 
 
=={{header|AArch64 Assembly}}==