From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Souza Subject: Re: __asm__ Date: Tue, 29 Mar 2005 21:29:28 -0800 Message-ID: References: <20050328044442.52470.qmail@web52909.mail.yahoo.com> Reply-To: Daniel Souza Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20050328044442.52470.qmail@web52909.mail.yahoo.com> Sender: linux-assembly-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: Ankit Jain Cc: linux-assembly@vger.kernel.org Yes, it means that the compiler will consider the asm instructions as literal, and they will not be changed by compiler (either instructions, optimization or bytecodes orders) -- # (perl -e "while (1) { print "\x90"; }") | dd of=/dev/evil