view 3rdparty/packages/cc/sources/cfinish.a @ 2609:9dd4f422aac7

Added NitrOS-9 ROM Kit from Cloud-9
author Boisy Pitre <boisy.pitre@nuance.com>
date Tue, 31 Jan 2012 13:57:35 -0600
parents 0198655f2552
children
line wrap: on
line source

 use ...../defs/os9defs.a

 psect cfinish_a,0,0,1,0,0
* normal exit - buffers flushed if there are any
exit: lbsr _dumprof profile dump (if necessary)
 lbsr _tidyup

* abnormal exit - no buffer flushing
* the argument to either exit entry is taken to be the
* F$EXIT status
_exit: ldd 2,s get the exit status
 os9 F$EXIT and bye-bye!
 endsect