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

Subversion Repositories forwardcom

[/] [forwardcom/] [libraries/] [remove.as] - Blame information for rev 109

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 109 Agner
/*********************************  remove.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:   remove function. Delete file
8
* C declaration: int remove(const char *filename);
9
*
10
* Copyright 2018 GNU General Public License http://www.gnu.org/licenses
11
*****************************************************************************/
12
 
13
code section execute align = 4
14
 
15
_remove function public reguse = 1
16
 
17
sys_call(1, 0x140)           // system call remove
18
return
19
 
20
_remove 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.