	title	'DISZ80 disassembler Z80 mnemonics'

;----------------------------------------------------------------;
; Author:	D. Powys-Lybbe
; Written:	Summer 1984
; Revisions:
;  Nov 1984 - various corrections
;
;----------------------------------------------------------------;
; Module 20 - End of program (must be last linked module)
;----------------------------------------------------------------;

	page

	public	progend	; end of program

	dseg		; just to make sure at end of program

PROGEND	EQU	$	; COM file is loaded with this offset


	END
