Linux下嵌入式开发工具源代码

源代码在线查看: if.d

软件大小: 5562 K
上传用户: zxixi2007
关键词: Linux 嵌入式 开发工具 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				#objdump: -d --prefix-addresses				#name: MRI structured if				#as: -M								# Test MRI structured if pseudo-op.								.*:     file format .*								Disassembly of section .text:				0+000  cmpw %d1,%d0				0+002  bles 0+014 				0+004  cmpw %d2,%d0				0+006  bles 0+014 				0+008  cmpw %d1,%d2				0+00a  bles 0+010 				0+00c  movew %d1,%d3				0+00e  bras 0+012 				0+010  movew %d2,%d3				0+012  bras 0+01e 				0+014  cmpw %d0,%d1				0+016  bgts 0+01c 				0+018  cmpw %d0,%d2				0+01a  bles 0+01e 				0+01c  movew %d0,%d3				0+01e  nop							

相关资源