Comment by rswail
16 days ago
The C code for strcpy is:
while (*d++ = *s++)
;
On a PDP-11 that is:
L: MOV (R1)+, (R2)+
BNE L
16 days ago
The C code for strcpy is:
while (*d++ = *s++)
;
On a PDP-11 that is:
L: MOV (R1)+, (R2)+
BNE L
No comments yet
Contribute on Hacker News ↗