mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
Fixed typos and added some uppercase vs lowercase testing
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Fri Nov 13 13:15:01 1998 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
|
* gas/fr30/allinsn.s Fixed typos and added some tests of upper
|
||||||
|
case vs lower case.
|
||||||
|
|
||||||
Tue Nov 10 14:54:47 1998 Nick Clifton <nickc@cygnus.com>
|
Tue Nov 10 14:54:47 1998 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
* gas/fr30/allinsn.s: New file.
|
* gas/fr30/allinsn.s: New file.
|
||||||
|
@ -87,7 +87,7 @@ eorb:
|
|||||||
.text
|
.text
|
||||||
.global bandl
|
.global bandl
|
||||||
bandl:
|
bandl:
|
||||||
bandl #16, @ r6
|
bandl #15, @r6
|
||||||
.text
|
.text
|
||||||
.global bandh
|
.global bandh
|
||||||
nadh:
|
nadh:
|
||||||
@ -111,11 +111,11 @@ beorh:
|
|||||||
.text
|
.text
|
||||||
.global btstl
|
.global btstl
|
||||||
btstl:
|
btstl:
|
||||||
btstl #0, r12
|
btstl #0, @r12
|
||||||
.text
|
.text
|
||||||
.global btsth
|
.global btsth
|
||||||
btsth:
|
btsth:
|
||||||
btsth #8, r13
|
btsth #8, @r13
|
||||||
.text
|
.text
|
||||||
.global mul
|
.global mul
|
||||||
mul:
|
mul:
|
||||||
@ -199,19 +199,19 @@ ldi_8:
|
|||||||
.global ld
|
.global ld
|
||||||
ld:
|
ld:
|
||||||
ld @r3, r4
|
ld @r3, r4
|
||||||
ld @(r13, r5), r6
|
ld @(R13, r5), r6
|
||||||
ld @(r14, #0x1fc), r7
|
ld @(R14, 0x1fc), r7
|
||||||
ld @(r15, #0x3c), r8
|
ld @(R15, 0x3c), r8
|
||||||
ld @r15+, r9
|
ld @r15+, r9
|
||||||
ld @r15+, pc
|
ld @R15+, pc
|
||||||
ld @r15+, ps
|
ld @r15+, ps
|
||||||
ld @r15+, tbr
|
ld @R15+, tbr
|
||||||
ld @r15+, rp
|
ld @r15+, rp
|
||||||
ld @r15+, ssp
|
ld @R15+, ssp
|
||||||
.text
|
.text
|
||||||
.global lduh
|
.global lduh
|
||||||
lduh:
|
lduh:
|
||||||
lduh $r10, r11
|
lduh @r10, r11
|
||||||
lduh @(r13, r12), r13
|
lduh @(r13, r12), r13
|
||||||
lduh @(r14, -256), r15
|
lduh @(r14, -256), r15
|
||||||
.text
|
.text
|
||||||
@ -228,8 +228,8 @@ st:
|
|||||||
st r6, @(r14, -512)
|
st r6, @(r14, -512)
|
||||||
st r7, @(r15, 0x3c)
|
st r7, @(r15, 0x3c)
|
||||||
st r8, @ - r15
|
st r8, @ - r15
|
||||||
st mdh, @-r15
|
st MDH, @-r15
|
||||||
st ps, @ - r15
|
st PS, @ - r15
|
||||||
.text
|
.text
|
||||||
.global lsth
|
.global lsth
|
||||||
sth:
|
sth:
|
||||||
@ -239,14 +239,14 @@ sth:
|
|||||||
.text
|
.text
|
||||||
.global stb
|
.global stb
|
||||||
stb:
|
stb:
|
||||||
stb r14, @r15
|
STB r14, @r15
|
||||||
stb r0, @(r13, r1)
|
stb r0, @(r13, r1)
|
||||||
stb r2, @(r14, -128)
|
STB r2, @(r14, -128)
|
||||||
.text
|
.text
|
||||||
.global mov
|
.global mov
|
||||||
mov:
|
mov:
|
||||||
mov r3, r4
|
mov r3, r4
|
||||||
mov mdl, r5
|
MOV mdl, r5
|
||||||
mov ps, r6
|
mov ps, r6
|
||||||
mov r7, usp
|
mov r7, usp
|
||||||
mov r8, ps
|
mov r8, ps
|
||||||
@ -347,7 +347,7 @@ jmp_d:
|
|||||||
.text
|
.text
|
||||||
.global call_d
|
.global call_d
|
||||||
call_d:
|
call_d:
|
||||||
call:d footext
|
call:D footext
|
||||||
nop
|
nop
|
||||||
call:d @r12
|
call:d @r12
|
||||||
nop
|
nop
|
||||||
@ -359,7 +359,7 @@ ret_d:
|
|||||||
.text
|
.text
|
||||||
.global bra_d
|
.global bra_d
|
||||||
bra_d:
|
bra_d:
|
||||||
bra:d footext
|
bra:D footext
|
||||||
.text
|
.text
|
||||||
.global bno_d
|
.global bno_d
|
||||||
bno_d:
|
bno_d:
|
||||||
@ -367,7 +367,7 @@ bno_d:
|
|||||||
.text
|
.text
|
||||||
.global beq_d
|
.global beq_d
|
||||||
beq_d:
|
beq_d:
|
||||||
beq:d footext
|
beq:D footext
|
||||||
.text
|
.text
|
||||||
.global bne_d
|
.global bne_d
|
||||||
bne_d:
|
bne_d:
|
||||||
@ -426,7 +426,7 @@ dmov:
|
|||||||
dmov @88H, r13
|
dmov @88H, r13
|
||||||
dmov r13, @54H
|
dmov r13, @54H
|
||||||
dmov @0x44, r13+
|
dmov @0x44, r13+
|
||||||
dmov @r13+, @2
|
dmov @R13+, @2
|
||||||
dmov @2cH, @-r15
|
dmov @2cH, @-r15
|
||||||
dmov @r15+, @38
|
dmov @r15+, @38
|
||||||
.text
|
.text
|
||||||
|
Reference in New Issue
Block a user