If he hasn't coded any assembler under Linux, then gcc -S will give him a
good idea of how you go about formatting it. gcc's syntax (AT&T style) is
pretty different than any assembler he's probably worked with before
(TASM, MASM, A86, MPASM, etc). Of course, the 'Hardware-Access' bit makes
me wonder whether or not he's ever worked with any assembly at all...
---
Tani Hosokawa
River Styx Internet
On Mon, 1 Mar 1999, Robert G. Werner wrote:
> Wouldn't he want to invoke as if he wanted to go the other direction?
>
> > try compiling a program with gcc -S and checking yer output.
> >
> > >
> > > Philip Blundell schrieb:
> > >
> > > > >Can I write programs in Assembler under Linux ?
> > > >
> > > > Yes, you can write them in any language you like. The kernel doesn't care.
> > >
> > > But Assembler-programming is a directly Hardware-Access, isn't it ?