home *** CD-ROM | disk | FTP | other *** search
- **** 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