Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!purdue!ames!uhccux!munnari.oz.au!otc!metro!extro!natmlab!ditsyda!evans From: evans@ditsyda.oz (Bruce Evans) Newsgroups: comp.os.minix Subject: Re: Urgent bug fix for protected mode Message-ID: <2090@ditsyda.oz> Date: 1 Aug 89 19:10:31 GMT References: <2067@ditsyda.oz> Reply-To: evans@ditsyda.mq.oz (Bruce Evans) Organization: CSIRO DIT Sydney, Australia Lines: 20 In article rbthomas@athos.rutgers.edu (Rick Thomas) writes: >I tried installing this bug fix and got the message > > klib286.s 804: register error > >when I ran make. Oops. mov al,4+2(bp) should be movb al,4+2(bp) Asld needs to have the size-specifier 'b' on instructions dealing with byte quantities, even when the size is determined by a byte register as here :-(. I do not normally use asld... -- Bruce Evans evans@ditsyda.oz.au