arch6zk.s
来自「GNU binutils是GNU交叉工具链中的一个源码包」· S 代码 · 共 34 行
S
34 行
.text.align 0label: # ARMV6K instructions clrex ldrexb r3, [r12] ldrexbne r12, [r3] ldrexd r3, [r12] ldrexdne r12, [r3] ldrexh r3, [r12] ldrexhne r12, [r3] nop {128} nopne {127} sev strexb r3, r12, [r7] strexbne r12, r3, [r8] strexd r3, r12, [r7] strexdne r12, r3, [r8] strexh r3, r12, [r7] strexhne r12, r3, [r8] wfe wfi yield # ARMV6Z instructions smi 0xec31 smine 0x13ce # Add three nop instructions to ensure that the # output is 32-byte aligned as required for arm-aout. nop nop nop
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?