public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
* x86 assembler change (BUG?)
@ 1998-12-08 14:35 Mikey
  0 siblings, 0 replies; only message in thread
From: Mikey @ 1998-12-08 14:35 UTC (permalink / raw)
  To: gas2

x86 cygwin gas-980705 snap

call (%esp)

used to generate

call   *(%esp,1)

now gives

D:/TMP\cc004007.s: Assembler messages:
D:/TMP\cc004007.s:199: Error: suffix or operands invalid for `call'

you must explicitly change it to

call *(%esp)

same for

call %eax
jmp %eax
jmp (%eax)         etc...

Was this done on purpose? is it fixed in later snaps? am I the only guy in the country that still hand codes x86 assember ?-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-12-08 14:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-12-08 14:35 x86 assembler change (BUG?) Mikey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).