fslotx.s

来自「GNU binutils是GNU交叉工具链中的一个源码包」· S 代码 · 共 20 行

S
20
字号
# 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.	.textbcl:	bcl bcl	ldi r0,#8bcl_s:	bcl.s bcl_s	ldi r0,#8bncl:	bncl bncl	ldi r0,#8bncl_s:	bncl.s bncl_s	ldi r0,#8

⌨️ 快捷键说明

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