mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
* gas/mn10300/other.s: Update for correct syntax on a
few instructions (those with register lists). * gas/mn10300/basic.exp: Corresponding changes. Stuff noticed while working on the disassembler.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Wed Nov 20 11:31:41 1996 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
|
* gas/mn10300/other.s: Update for correct syntax on a
|
||||||
|
few instructions (those with register lists).
|
||||||
|
* gas/mn10300/basic.exp: Corresponding changes.
|
||||||
|
|
||||||
Tue Nov 19 13:36:57 1996 Jeffrey A Law (law@cygnus.com)
|
Tue Nov 19 13:36:57 1996 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
* gas/mn10300/movm.s: Update for correct syntax.
|
* gas/mn10300/movm.s: Update for correct syntax.
|
||||||
|
@ -6,13 +6,13 @@
|
|||||||
jmp (a2)
|
jmp (a2)
|
||||||
jmp 256
|
jmp 256
|
||||||
jmp 131071
|
jmp 131071
|
||||||
call 256,5,9
|
call 256,[a2,a3],9
|
||||||
call 131071,9,32
|
call 131071,[a2,a3],32
|
||||||
calls (a2)
|
calls (a2)
|
||||||
calls 256
|
calls 256
|
||||||
calls 131071
|
calls 131071
|
||||||
ret 15,7
|
ret [a2,a3],7
|
||||||
retf 9,5
|
retf [a2,a3],5
|
||||||
rets
|
rets
|
||||||
rti
|
rti
|
||||||
trap
|
trap
|
||||||
|
Reference in New Issue
Block a user