From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from felloff.net ([199.191.58.38]) by pp; Sun Dec 7 08:25:56 EST 2014 Message-ID: List-ID: <9front.9front.org> X-Glyph: ➈ X-Bullshit: DOM proxy configuration browser Date: Sun, 7 Dec 2014 14:25:38 +0100 From: cinap_lenrek@felloff.net To: 9front@9front.org Subject: Re: [9front] strchr definition In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit in plan9 assembler, AX is like EAX (or RAX in 64bit mode) in intel assembler. the operand size is specified by the instruction like MOVB, MOVW, MOVL and MOVQ. in the MOVB c+4(FP), AX case, it would load a byte, zero extend it to 32bit and store it in AX. and yes, the manpage should to be fixed in this case. :) -- cinap