mirror of
				https://github.com/espressif/binutils-gdb.git
				synced 2025-11-04 06:37:06 +08:00 
			
		
		
		
	Add wdebug instruction
This commit is contained in:
		opcodes
@ -1,3 +1,7 @@
 | 
				
			|||||||
 | 
					2001-06-22  Pauli <pauli@moreton.com.au>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* m68k-opc.c: Add wdebug instruction.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
2001-06-15  Aldy Hernandez  <aldyh@redhat.com>
 | 
					2001-06-15  Aldy Hernandez  <aldyh@redhat.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* m10300-opc.c (mn10300_opcodes): Change opcode for AM33 subc.
 | 
						* m10300-opc.c (mn10300_opcodes): Change opcode for AM33 subc.
 | 
				
			||||||
 | 
				
			|||||||
@ -1955,6 +1955,8 @@ TBL("tblunb", "tblunw", "tblunl", 0, 0),
 | 
				
			|||||||
{"wddataw",	one(0172100),   one(0177700), "~s", mcf },
 | 
					{"wddataw",	one(0172100),   one(0177700), "~s", mcf },
 | 
				
			||||||
{"wddatal",	one(0172200),   one(0177700), "~s", mcf },
 | 
					{"wddatal",	one(0172200),   one(0177700), "~s", mcf },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					{"wdebug",	two(0175720, 03),	two(0177770, 0xffff), "as", mcf },
 | 
				
			||||||
 | 
					{"wdebug",	two(0175750, 03),	two(0177770, 0xffff), "ds", mcf },
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const int m68k_numopcodes = sizeof m68k_opcodes / sizeof m68k_opcodes[0];
 | 
					const int m68k_numopcodes = sizeof m68k_opcodes / sizeof m68k_opcodes[0];
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user