OpenCores
URL https://opencores.org/ocsvn/forwardcom/forwardcom/trunk

Subversion Repositories forwardcom

[/] [forwardcom/] [libraries/] [fclose.as] - Blame information for rev 76

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 76 Agner
/*********************************  fclose.as  ********************************
2
* Author:        Agner Fog
3
* date created:  2018-03-21
4
* Last modified: 2018-03-21
5
* Version:       1.00
6
* Project:       ForwardCom library libc.li
7
* Description:   fclose function. Close file
8
* C declaration: int fclose(FILE *stream);
9
*
10
* Copyright 2018 GNU General Public License http://www.gnu.org/licenses
11
*****************************************************************************/
12
 
13
code section execute align = 4
14
 
15
_fclose function public reguse = 0x3
16
 
17
sys_call(1, 0x111)           // system call fclose
18
return
19
 
20
_fclose end
21
 
22
code end

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.