home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.barnyard.co.uk
/
2015.02.ftp.barnyard.co.uk.tar
/
ftp.barnyard.co.uk
/
cpm
/
walnut-creek-CDROM
/
CPM
/
CPM68K
/
SD68K.LBR
/
ENDJOB.S
< prev
next >
Wrap
Text File
|
2000-06-30
|
384b
|
17 lines
**** ENDJOB -- End Current Job (Process)
**
** Function:
** Terminate the current process by performing a system reset
** Inputs: -none-
** Outputs: N/A
** Registes affected: N/A
** Routines called: -none-
** Special error conditions: -none-
*
.globl endjob
.text
endjob:
clr d0
trap #2
.end