view lib/kreiderclib/memccpy.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 memccpy.r

 section code

memccpy: pshs  y,u 
 ldu   8,s 
 ldx   6,s 
 ldy   12,s 
 beq   L001b 
L000b lda   ,u+ 
 sta   ,x+ 
 cmpa  11,s 
 bne   L0017 
 tfr   u,d 
 bra   L001d 
L0017 leay  -1,y 
 bne   L000b 
L001b tfr   y,d 
L001d puls  y,u,pc 

 endsect