Added (sun?) instructions so that gas can assemble a sun cc produced
gnulib1.s.
This commit is contained in:
parent
497acf1620
commit
c5c604c446
1 changed files with 8 additions and 0 deletions
|
@ -279,6 +279,7 @@ struct m68k_opcode m68k_opcodes[] =
|
|||
{"bhi", one(0061000), one(0177777), "BW"},
|
||||
{"bls", one(0061400), one(0177777), "BW"},
|
||||
{"bcc", one(0062000), one(0177777), "BW"},
|
||||
{"jfnlt", one(0062000), one(0177777), "BW"},
|
||||
{"bcs", one(0062400), one(0177777), "BW"},
|
||||
{"bne", one(0063000), one(0177777), "BW"},
|
||||
{"beq", one(0063400), one(0177777), "BW"},
|
||||
|
@ -290,6 +291,7 @@ struct m68k_opcode m68k_opcodes[] =
|
|||
{"blt", one(0066400), one(0177777), "BW"},
|
||||
{"bgt", one(0067000), one(0177777), "BW"},
|
||||
{"ble", one(0067400), one(0177777), "BW"},
|
||||
{"jfngt", one(0067400), one(0177777), "BW"},
|
||||
{"bra", one(0060000), one(0177777), "BW"},
|
||||
{"bsr", one(0060400), one(0177777), "BW"},
|
||||
|
||||
|
@ -301,6 +303,7 @@ struct m68k_opcode m68k_opcodes[] =
|
|||
{"bcss", one(0062400), one(0177400), "BB"},
|
||||
{"bnes", one(0063000), one(0177400), "BB"},
|
||||
{"beqs", one(0063400), one(0177400), "BB"},
|
||||
{"jfeq", one(0063400), one(0177400), "BB"},
|
||||
{"bvcs", one(0064000), one(0177400), "BB"},
|
||||
{"bvss", one(0064400), one(0177400), "BB"},
|
||||
{"bpls", one(0065000), one(0177400), "BB"},
|
||||
|
@ -604,13 +607,18 @@ struct m68k_opcode m68k_opcodes[] =
|
|||
{"seq", one(0053700), one(0177700), "$s"},
|
||||
{"sf", one(0050700), one(0177700), "$s"},
|
||||
{"sge", one(0056300), one(0177700), "$s"},
|
||||
{"sfge", one(0056300), one(0177700), "$s"},
|
||||
{"sgt", one(0057300), one(0177700), "$s"},
|
||||
{"sfgt", one(0057300), one(0177700), "$s"},
|
||||
{"shi", one(0051300), one(0177700), "$s"},
|
||||
{"sle", one(0057700), one(0177700), "$s"},
|
||||
{"sfle", one(0057700), one(0177700), "$s"},
|
||||
{"sls", one(0051700), one(0177700), "$s"},
|
||||
{"slt", one(0056700), one(0177700), "$s"},
|
||||
{"sflt", one(0056700), one(0177700), "$s"},
|
||||
{"smi", one(0055700), one(0177700), "$s"},
|
||||
{"sne", one(0053300), one(0177700), "$s"},
|
||||
{"sfneq", one(0053300), one(0177700), "$s"},
|
||||
{"spl", one(0055300), one(0177700), "$s"},
|
||||
{"st", one(0050300), one(0177700), "$s"},
|
||||
{"svc", one(0054300), one(0177700), "$s"},
|
||||
|
|
Loading…
Reference in a new issue