Displaying 1 result from an estimated 1 matches for "0afffffe".
Did you mean:
  1afffffe
  
2018 Jan 10
3
llvm-mc assembler, GNU as, and pc-relative branches for Arm/AArch64/Mips
...mediate argument is clearly interpreted
as a pc-relative offset.
Assembling and objdumping the same program with the
gcc-arm-non-eabi-7-2017-q4-major toolchain (no arguments to as):
    a.out:     file format elf32-littlearm
    Disassembly of section .text:
    00000000 <lab>:
       0: 0afffffe  beq 80 <*ABS*0x80>
          0: R_ARM_JUMP24 *ABS*0x80
       4: 1afffffe  bne 40 <*ABS*0x40>
          4: R_ARM_JUMP24 *ABS*0x40
       8: 0afffffe  beq 80 <*ABS*0x80>
          8: R_ARM_JUMP24 *ABS*0x80
       c: 1afffffe  bne 40 <*ABS*0x40>
          c: R_ARM_JUMP24 *ABS...