data.s 77 B

123456
  1. .global _test, _test_end
  2. .bss
  3. _test:
  4. .incbin "data/test.bin"
  5. _test_end: