⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jal-empic-elf-3.s

📁 俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)的全部源代码。
💻 S
字号:
# Source file used to test the jal macro even harder	# some space so offets won't be 0.	.space 0xc	.globl	g1	.text	.globl	e2	.textg1:l1:	# some more space, so offset from label won't be 0.	.space 0xc	# Hit the case where 'value == 0' in the BFD_RELOC_16_PCREL_S2	# handling in tc-mips.c:md_apply_fix3().	jal	g1 - 0x20		# 0x18	jal	l1 - 0x28		# 0x20	jal	e1 - 0x24		# 0x28	jal	e2 - 0x2c		# 0x30# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...	.space  8

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -