Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/planix-v0/sys/src/libc/power/strcmp.s – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
TEXT	strcmp(SB), $0
2
 
3
	MOVW	s2+4(FP), R4
4
 
5
	SUB	$1, R3
6
	SUB	$1, R4
7
l1:
8
	MOVBZU	1(R3), R5
9
	MOVBZU	1(R4), R6
10
	CMP	R5, R6
11
	BNE	ne
12
	CMP	R5, $0
13
	BNE	l1
14
	MOVW	$0, R3
15
	RETURN
16
ne:
17
	MOVW	$1, R3
18
	BGT	ret
19
	MOVW	$-1, R3
20
ret:
21
	RETURN