X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=SKgLQBrZXJUDAZQ71+ZqdFJb97DMi2ShTU3Pbv8b+6M=; b=cONRcqV+Xyd9MSd+bYmCswK93zK1no7gFwflNuRB3jkqz8ePbVIfUSwdjEtNW6A+9T 1ZZX7HSCA7TU1OD//Hi5/FQIAQ8AfZRu7ApmMLNEZMLsK+A2nQe3ZSrgQMUkOGUDfpYz xwqy7/S3KbwSY/48db1IcjN7upX8f+ItyO5Ss= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=LMZIZRBcHk/5BEZyIYaDHR0QrWmJ9Jr/OrWOFJDIBf38kC4XMa56iS5aqRaBXrq7ag R0PUeMSdiKETTDxg1vmN8H2Lg8ScuFaBZ5rTRnAtTBmvnz7vJs9LM/tfXrfbdvtFCiiB INLH+RRZClIgfIAPcY68bXVZ2oSjqtB6mA9aM= Message-ID: <1a5a6bfe0809211635secf215eq2109a54edb2341cb@mail.gmail.com> Date: Sun, 21 Sep 2008 18:35:08 -0500 From: "Daniel Verkamp" Sender: daniel DOT verkamp AT gmail DOT com To: djgpp AT delorie DOT com Subject: Re: Calling INT 0x10 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: a2e8de0b06664dc8 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, Sep 21, 2008 at 6:08 PM, IcEonFirE wrote: > > Hi > > I tried to compile my bootsect.s file ( Actually I am using DJGPP under > MS-DOS 6.22) but compilation fails on lines where I called INT 0x10: Suffix > or operands invalid for 'int' > here's my code if it could help > Prefix 0x10 (a constant) with $.