Auto merge of #109989 - ids1024:m68k-asm, r=Amanieu
Add inline assembly support for m68k I believe this should be correct, to the extent I understand the logic around inline assembly. M68k is fairly straightforward here, other than having separate address registers.
This commit is contained in:
commit
e14b81f10d
7 changed files with 220 additions and 1 deletions
|
@ -1175,7 +1175,9 @@ symbols! {
|
|||
reg32,
|
||||
reg64,
|
||||
reg_abcd,
|
||||
reg_addr,
|
||||
reg_byte,
|
||||
reg_data,
|
||||
reg_iw,
|
||||
reg_nonzero,
|
||||
reg_pair,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue