* gas/xstormy16/allinsn.d: Fix sdiv/sdivlh encodings.
This commit is contained in:
parent
9967baf0b2
commit
d12e3de5e4
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-11-25 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* gas/xstormy16/allinsn.d: Fix sdiv/sdivlh encodings.
|
||||
|
||||
2002-11-19 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* gas/xstormy16/allinsn.sh: Add sdiv, divlh, and sdivlh.
|
||||
|
|
|
@ -1072,10 +1072,10 @@ Disassembly of section \.text:
|
|||
82e: c8 00 sdiv
|
||||
|
||||
00000830 <divlh>:
|
||||
830: e8 00 divlh
|
||||
830: e0 00 divlh
|
||||
|
||||
00000832 <sdivlh>:
|
||||
832: e0 00 sdivlh
|
||||
832: e8 00 sdivlh
|
||||
|
||||
00000834 <nop>:
|
||||
834: 00 00 nop
|
||||
|
|
Loading…
Add table
Reference in a new issue