* gas/mn10300/basic.exp: Check bit patterns for instructions

with a single 8bit or 16bit immediate operand.
We should correctly assemble just about everything except opcodes with:

  multiple immediate operands,
  3 register operands,
  really weird stuff
This commit is contained in:
Jeff Law 1996-10-10 22:05:54 +00:00
parent 3ab9337b4b
commit 301ee34af4
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
Thu Oct 10 13:11:48 1996 Jeffrey A Law (law@cygnus.com)
* gas/mn10300/basic.exp: Check bit patterns for instructions
with a single 8bit or 16bit immediate operand.
* gas/mn10300/basic.exp: Check bit patterns for many
instructions. Add missing test in do_mov1.
* gas/mn10300/mov1.s: Add missing test.