You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

embed.S 166B

1234567
  1. .section ".data", "aw", @progbits
  2. .balign 4
  3. .globl _embedded_image_start
  4. _embedded_image_start:
  5. .incbin EMBEDIMG
  6. .globl _embedded_image_end
  7. _embedded_image_end: