📄 fslotx.s
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -