URL
https://opencores.org/ocsvn/forwardcom/forwardcom/trunk
Subversion Repositories forwardcom
[/] [forwardcom/] [libraries/] [ftell.as] - Rev 96
Go to most recent revision | Compare with Previous | Blame | View Log
/********************************* ftell.as ********************************** Author: Agner Fog* date created: 2018-03-21* Last modified: 2018-03-21* Version: 1.00* Project: ForwardCom library libc.li* Description: ftell function. Get current position of file* C declaration: long int ftell(FILE *stream);** Copyright 2018 GNU General Public License http://www.gnu.org/licenses*****************************************************************************/code section execute align = 4_ftell function public reguse = 1sys_call(1, 0x116) // system call ftellreturn_ftell endcode end
Go to most recent revision | Compare with Previous | Blame | View Log
