Path: tut!enea!mcvax!botter!ast
From: ast@cs.vu.nl (Andy Tanenbaum)
Newsgroups: comp.os.minix
Subject: Fix to klib88.s
Message-ID: <1728@botter.cs.vu.nl>
Date: 12 Oct 87 15:36:10 GMT
Reply-To: ast@cs.vu.nl (Andy Tanenbaum)
Organization: VU Informatica, Amsterdam
Lines: 17

Here is a fix to the klib88.s that I posted a month ago (MINIX 1.2a, not an
official release).

Andy Tanenbaum (ast@cs.vu.nl)
-------------------- cut here and use fix --------------------
17c17
< |   scr_down:	scroll screen a line down (in software, by copying)
---
> |   scr_donw:	scroll screen a line down (in software, by copying)
358c358
< 	pop	cx
---
> 	pop	dx
382c382
< 	pop	cx
---
> 	pop	dx
