[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ASM for I386
On Mon, 9 Aug 1999, - wrote:
> Hello....
> i was wandering if anyone here knows a webpage where can i learn the
> basic i386 instructions in assembly...
> I found some pages, but the stuff there only works on TASM or MASM....
> Any idea ?
the assembly commands are the same - the format of assembly files is
different. you will want to look at the 'as' (gnu assembler) info pages to
see how to format your files, which sections must be present, etc.
so do:
info as
one note: the text-mode 'info' program has a completely non-intuitive
navigation system - you'd better do 'man info' befoer trying to use it -
up until last weekend, i always had to quit and start again in order to go
'up' one level (it's a hierarchical system). :0 conclusion - don't be as
lazy as i was..
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il