• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1	.section .image,#alloc
2	.globl	input_data
3input_data:
4	.incbin   "image_data.lzma"
5	.globl    input_data_end
6input_data_end:
7