fslot.s

来自「工具链BINUTIS-2.16的源代码」· S 代码 · 共 28 行

S
28
字号
# Test the FILL-SLOT attribute.# The FILL-SLOT attribute ensures the next insn begins on a 32 byte boundary.# This is needed for example with bl because the subroutine will return# to a 32 bit boundary.	.textbl:	bl bl	ldi r0,#8bl_s:	bl.s bl_s	ldi r0,#8bra:	bra bra	ldi r0,#8bra_s:	bra.s bra_s	ldi r0,#8jl:	jl r0	ldi r0,#8trap:	trap #4	ldi r0,#8

⌨️ 快捷键说明

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