Re: Assembler?

Jamie Lokier (lkd@tantalophile.demon.co.uk)
Mon, 7 Feb 2000 18:17:05 +0100


Richard B. Johnson wrote:
> Does anybody know where I can find an Intel syntax assembler that
> runs under Linux, which knows about macros and segments? Something
> like MASM/TASM/OPTASM.

The GNU assembler does macros and Intel syntax nowadays. Not segments,
unless you're prepared to use "#define my_var %es:my_var".

have a nice day,
-- Jamie

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/