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

Subversion Repositories forwardcom

[/] [forwardcom/] [libraries/] [abort.as] - Blame information for rev 118

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 118 Agner
/*********************************  abort.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:   abort function
8
* C declaration: void abort(void);
9
*
10
* Copyright 2018 GNU General Public License http://www.gnu.org/licenses
11
*****************************************************************************/
12
 
13
code section execute align = 4
14
 
15
_abort function public reguse = 0
16
 
17
sys_call(1, 0x11)            // system call abort. no parameter
18
filler                       // stop execution if the system call returns for some reason
19
 
20
_abort 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.