stabbish

:)
git clone https://git.sr.ht/~ashymad/stabbish
Log | Files | Refs | README | LICENSE

inc.s (228B)


      1  .section ".rodata"
      2  .globl _inc_NAME
      3  .type _inc_NAME, STT_OBJECT
      4  .globl _inc_NAME_size
      5  .type _inc_NAME_size, STT_OBJECT
      6 _inc_NAME:
      7  .incbin "NAME"
      8  .byte 0
      9  .size _inc_NAME, .-_inc_NAME
     10 _inc_NAME_size:
     11  .int (. - _inc_NAME)