Files
Digital-Research-Source-Code/CONTRIBUTIONS/z80em86/support/exit.mac
Sepp J Morris 31738079c4 Upload
Digital Research
2020-11-06 18:50:37 +01:00

21 lines
663 B
Plaintext

;**************************************************************************
;* *
;* EXIT v1.00 returns control to DOS S.J.Kay 22/04/95 *
;* *
;* Support utility for CP/M 3 *
;* *
;**************************************************************************
maclib TPORTS.LIB
;
.z80
aseg
;
org 0100h
.phase 0100h
;
out (extemu),a ;controled exit from the emulator
;
.dephase
end