Fix syntax errors
This commit is contained in:
parent
4229bee92c
commit
67c72211ac
2 changed files with 7 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Nov 16 16:50:27 1998 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
|
* gas/fr30/allinsn.s: Fix syntax errors.
|
||||||
|
|
||||||
Mon Nov 16 19:27:52 1998 Dave Brolley <brolley@cygnus.com>
|
Mon Nov 16 19:27:52 1998 Dave Brolley <brolley@cygnus.com>
|
||||||
|
|
||||||
* gas/fr30/allinsn.s: Fixed more typos.
|
* gas/fr30/allinsn.s: Fixed more typos.
|
||||||
|
|
|
@ -203,7 +203,6 @@ ld:
|
||||||
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+, ps
|
ld @r15+, ps
|
||||||
ld @R15+, tbr
|
ld @R15+, tbr
|
||||||
ld @r15+, rp
|
ld @r15+, rp
|
||||||
|
@ -426,9 +425,9 @@ dmov:
|
||||||
dmov @88H, r13
|
dmov @88H, r13
|
||||||
dmov r13, @54H
|
dmov r13, @54H
|
||||||
dmov @0x44, @r13+
|
dmov @0x44, @r13+
|
||||||
dmov @R13+, @2
|
dmov @R13+, @0x2
|
||||||
dmov @2cH, @-r15
|
dmov @2cH, @-r15
|
||||||
dmov @r15+, @38
|
dmov @r15+, @#38
|
||||||
.text
|
.text
|
||||||
.global dmovh
|
.global dmovh
|
||||||
dmovh:
|
dmovh:
|
||||||
|
@ -442,7 +441,7 @@ dmovb:
|
||||||
dmovb @91H, r13
|
dmovb @91H, r13
|
||||||
dmovb r13, @0x53
|
dmovb r13, @0x53
|
||||||
dmovb @71, @r13+
|
dmovb @71, @r13+
|
||||||
dmovb @r13+, @0
|
dmovb @r13+, @0x0
|
||||||
.text
|
.text
|
||||||
.global ldres
|
.global ldres
|
||||||
ldres:
|
ldres:
|
||||||
|
|
Loading…
Reference in a new issue