jaloverflow.d

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

D
12
字号
#name: JAL overflow#source: jaloverflow.s#as:#ld: -Ttext=0xffffff0 -e start#error: .*relocation truncated to fit.*# This tests whether we correctly detect overflow in the jal# instruction.  jal is a bit weird since the upper four bits of the# destination address are taken from the source address.  So overflow# occurs if the source and destination address do not have the same# most significant four bits.

⌨️ 快捷键说明

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