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

 section code

strncmp: pshs  y,u 
 ldx   6,s 
 ldu   8,s 
 ldy   10,s 
 beq   L001f 
 bra   L0015 
L000d leay  -1,y 
 beq   L001f 
 ldb   ,u+ 
 beq   L001f 
L0015 ldb   ,u 
 subb  ,x+ 
 beq   L000d 
 negb   
 sex    
 bra   L0021 
L001f clra   
 clrb   
L0021 puls  y,u,pc 

 endsect