| www.delorie.com/gnu/docs/binutils/as_98.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
.func name[,label] .func emits debugging information to denote function name, and
is ignored unless the file is assembled with debugging enabled.
Only `--gstabs' is currently supported.
label is the entry point of the function and if omitted name
prepended with the `leading char' is used.
`leading char' is usually _ or nothing, depending on the target.
All functions are currently defined to have void return type.
The function must be terminated with .endfunc.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |