Data update
This commit is contained in:
parent
4bb20c9b71
commit
cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions
|
|
@ -342,7 +342,7 @@ szMessErrRemove: .asciz "\033[31mError remove key !!\033[0m\n"
|
|||
.align 4
|
||||
/************************************/
|
||||
/* Strings case sensitive comparisons */
|
||||
/************************************/
|
||||
/************************************/
|
||||
/* r0 et r1 contains the address of strings */
|
||||
/* return 0 in r0 if equals */
|
||||
/* return -1 if string r0 < string r1 */
|
||||
|
|
@ -355,7 +355,7 @@ comparStrings:
|
|||
ldrb r4,[r1,r2] @ byte string 2
|
||||
cmp r3,r4
|
||||
movlt r0,#-1 @ smaller
|
||||
movgt r0,#1 @ greather
|
||||
movgt r0,#1 @ greather
|
||||
bne 100f @ not equals
|
||||
cmp r3,#0 @ 0 end string ?
|
||||
moveq r0,#0 @ equals
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue