kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

a.aa64.S (250B)


      1 .section __TEXT,__const
      2 .p2align 3
      3 _ro_const_ptr:
      4   .quad _ro_const_value
      5 
      6 .p2align 2
      7 _ro_const_value:
      8   .long 7
      9 
     10 .text
     11 .globl _test_main
     12 .p2align 2
     13 _test_main:
     14   adrp x8, _ro_const_ptr@PAGE
     15   ldr x8, [x8, _ro_const_ptr@PAGEOFF]
     16   ldr w0, [x8]
     17   ret