addend.s
来自「GNU binutils是GNU交叉工具链中的一个源码包」· S 代码 · 共 17 行
S
17 行
; Addend check testcases ; inderpreetb@noida.hcltech.com.global _main_main:_buf0: .long 0x5678_buf1: .long 0x1234_start: nop nop move A[0], _buf1+2 move A[0], _buf1-2 call _buf0+8 call _buf1+2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?