1.globl foo
2foo:
3
4.word _start - foo
5.fill 14,1,0xcc
6
7.byte _start - foo
8.fill 15,1,0xcc
9