1#if PICO_CRT0_INCLUDE_PICOBIN_END_BLOCK
2.section .embedded_end_block, "a"
3.p2align 2
4embedded_end_block:
5.word PICOBIN_BLOCK_MARKER_START
6
7.byte PICOBIN_BLOCK_ITEM_2BS_IGNORED
8.byte 0x1 // 1 word
9.hword 0
10
11.byte PICOBIN_BLOCK_ITEM_2BS_LAST
12.hword (embedded_end_block_end - embedded_end_block - 16 ) / 4 // total size of all items
13.byte 0
14// offset from this block to first block
15.word embedded_block - embedded_end_block
16.word PICOBIN_BLOCK_MARKER_END
17embedded_end_block_end:
18#endif
19