view lib/kreiderclib/strings.as @ 3100:ed4c9b04f74e

makefile: Remove hg update commands We don't want makefiles to play with mercurial commands. Particularly not when we are about to push a snapshot.
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 28 Feb 2016 21:37:42 +0100
parents 1647f1874cdf
children
line wrap: on
line source

* Disassembly by Os9disasm of strings.r

 section code

strcat: pshs  u 
 ldu   6,s 
 ldx   4,s 
 bsr   L001e 
 tfr   d,x 
 bra   L0012 
strcpy: pshs  u 
 ldu   6,s 
 ldx   4,s 
L0012 ldb   ,u+ 
 stb   ,x+ 
 bne   L0012 
 ldd   4,s 
 puls  u,pc 
strend: ldx   2,s 
L001e ldb   ,x+ 
 bne   L001e 
 leax  -1,x 
 tfr   x,d 
 rts    

 endsect