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

Subversion Repositories forwardcom

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 74 to Rev 75
    Reverse comparison

Rev 74 → Rev 75

/forwardcom/libraries/exit.as
0,0 → 1,22
/********************************* exit.as **********************************
* Author: Agner Fog
* date created: 2018-03-21
* Last modified: 2018-03-21
* Version: 1.00
* Project: ForwardCom library libc.li
* Description: exit function
* C declaration: void exit(int status);
*
* Copyright 2018 GNU General Public License http://www.gnu.org/licenses
*****************************************************************************/
 
code section execute align = 4
 
_exit function public reguse = 0
 
sys_call(1, 0x10) // system call exit. parameter in r0
filler // stop execution if the system call returns for some reason
 
_exit end
 
code end

powered by: WebSVN 2.1.0

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