view lib/kreiderclib/memchr.as @ 2833:0f3030598435 lwtools-port

Really fix level 1 builds: Do not use os9 dcopy Bugs in os9 dcopy make it run into infinite recursion before it eventually dies of buffer overflow. Instead use os9 makdir and copy, which was already used some places.
author Tormod Volden <debian.tormod@gmail.com>
date Wed, 10 Jul 2013 19:09:05 +0200
parents 1647f1874cdf
children
line wrap: on
line source

* Disassembly by Os9disasm of memchr.r

 section code

memchr: pshs  x,u 
 ldu   6,s 
 ldx   10,s 
 beq   L0018 
L0008 lda   ,u+ 
 cmpa  9,s 
 bne   L0014 
 leau  -1,u 
 tfr   u,d 
 bra   L001a 
L0014 leax  -1,x 
 bne   L0008 
L0018 clra   
 clrb   
L001a puls  x,u,pc 

 endsect