• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2	.text
3
4	.def f
5		.scl 2
6		.type 32
7	.endef
8	.global f
9f:
10	retq $0
11
12	.section .drectve,"rd"
13	.ascii " /EXPORT:f"
14