[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BOUNCE rtl@rtlinux.org: Approval required: (fwd)



>From owner-rtl Wed Aug  1 12:18:40 2001
Received: from emdrupborg.dk (IDENT:postfix@emdrupborg.dk [130.226.204.250])
	by hq.fsmlabs.com (8.11.2/8.11.2) with ESMTP id f71IIcs08326
	for <rtl@fsmlabs.com>; Wed, 1 Aug 2001 12:18:39 -0600
Received: from city.dk (unknown [10.0.0.24])
	by emdrupborg.dk (Postfix) with ESMTP id 1FB188C05B
	for <rtl@fsmlabs.com>; Wed,  1 Aug 2001 20:17:13 +0200 (CEST)
Sender: agn@emdrupborg.dk
Message-ID: <3B686172.21E6560B@city.dk>
Date: Wed, 01 Aug 2001 19:07:15 -0100
From: Anders Gnistrup <agn@city.dk>
X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.5 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: rtl@fsmlabs.com
Subject: Re: [rtl] outb, outw, etc...
References: <200107311642.MAA16352@puma.me.ttu.edu>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Wayne Dunkel wrote:

> I have a variable declared as a short. which function should I use to output it
> to hardware? I assume one of the following: outsb, outsw, outsl, but I don't know which.
>

It depends on your hardware.
b = byte, w= word, l = word.
Try man outb. or info outb.

It does not have any meening writing a word to hardware that only takes bytes.

Anders Gnistrup

----- End of forwarded message from owner-rtl@fsmlabs.com -----