GNU binutils是GNU交叉工具链中的一个源码包

源代码在线查看: if.d

软件大小: 15994 K
上传用户: lixuecheng
关键词: GNU binutils 源码
下载地址: 免注册下载 普通下载 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  bges 0+014 				0+004  cmpw %d2,%d0				0+006  bges 0+014 				0+008  cmpw %d1,%d2				0+00a  bges 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  blts 0+01c 				0+018  cmpw %d0,%d2				0+01a  bges 0+01e 				0+01c  movew %d0,%d3				0+01e  nop							

相关资源