index
:
cetris
master
Tetris Logic in C
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
frontends
/
calculator
/
CEdev
/
lib
/
shared
/
strcpy.src
blob: da9a0894bb6f962b1e487f070f06dbd9c6e49af1 (
plain
)
1
2
3
4
5
6
.def _strcpy .assume adl=1 ; char *strcpy(void *d, void *s); _strcpy equ 0000CCh