bug-3331.s
来自「GNU binutils是GNU交叉工具链中的一个源码包」· S 代码 · 共 24 行
S
24 行
;;; Bug #3331: Invalid group relaxation, bset uses an invalid address;;; http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3331&group_id=2424;;; .sect .text .globl _start_start: .relax L1 ldx #foo ;; This relax group must not be changed. bset 0,x #4L1: ldd #2 std table ;; This instruction uses a symbol in page0 ;; and it triggered the relaxation of the ;; previous relax group rts .sect .page0 .globl tabletable: .long 0 .sect .data .globl foofoo: .long 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?