1	.macro	entry
2	.globl	foo\@
3	.size	foo\@,4
4	.type	foo\@,@function
5foo\@:
6	rts
7	nop
8	.endm
9
10	.rept	511
11	entry
12	.endr
13