Source file: /~heha/hs/dos/dosmisc.zip/SRC/SETYEAR.ASM

;SetYear setzt das Jahr bei nicht ganz Jahr2000-kompatiblen Rechnern
	include	prolog.asm
	mov	si,5Dh		;die Zahl im PSP
	mov	bl,10		;dezimal
	call	inw
	push	ax
	DOS	2Ah
	pop	cx
	DOS	2Bh
	ret
	_ANUM
	_INW
	db	nl,'(h#s 01/00)'

	ENDC
Detected encoding: ASCII (7 bit)2