mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
* gas/z8k/eidi.s: Add uppercase forms. Add forms with comma
separated parameters.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-12-15 Christian Groessler <chris@groessler.org>
|
||||||
|
|
||||||
|
* gas/z8k/eidi.s: Add uppercase forms. Add forms with comma
|
||||||
|
separated parameters.
|
||||||
|
|
||||||
2003-12-14 Mark Mitchell <mark@codesourcery.com>
|
2003-12-14 Mark Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
* gas/arm/thumbv6.s: Add nops.
|
* gas/arm/thumbv6.s: Add nops.
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
.text
|
.text
|
||||||
|
|
||||||
ei all
|
ei all
|
||||||
di all
|
di all
|
||||||
ei both
|
ei both
|
||||||
@ -8,3 +9,22 @@
|
|||||||
ei nvi
|
ei nvi
|
||||||
di nvi
|
di nvi
|
||||||
|
|
||||||
|
ei vi,nvi
|
||||||
|
ei nvi,vi
|
||||||
|
di vi,nvi
|
||||||
|
di nvi,vi
|
||||||
|
|
||||||
|
|
||||||
|
EI ALL
|
||||||
|
DI ALL
|
||||||
|
EI BOTH
|
||||||
|
DI BOTH
|
||||||
|
EI VI
|
||||||
|
DI VI
|
||||||
|
EI NVI
|
||||||
|
DI NVI
|
||||||
|
|
||||||
|
EI VI,NVI
|
||||||
|
EI NVI,VI
|
||||||
|
DI VI,NVI
|
||||||
|
DI NVI,VI
|
||||||
|
Reference in New Issue
Block a user