Plan 9 from Bell Labs’s /n/sources/plan9/sys/src/libc/mips/strcmp.s

Copyright © 2009 Alcatel-Lucent.
Distributed under the Lucent Public License version 1.02.
Download the Plan 9 distribution.


TEXT	strcmp(SB), $0

	MOVW	s2+4(FP), R2

l1:
	MOVB	(R2), R3
	MOVB	(R1), R4
	ADDU	$1, R1
	BEQ	R3, end
	ADDU	$1, R2
	BEQ	R3, R4, l1

	SGTU	R4, R3, R1
	BNE	R1, ret
	MOVW	$-1, R1
	RET

end:
	SGTU	R4, R3, R1
ret:
	RET

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2009 Alcatel-Lucent. All Rights Reserved.
Comments to webmaster@plan9.bell-labs.com.