public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
From: jeffdbREMOVETHIS@goodnet.com (Mikey)
To: gas2@cygnus.com
Subject: x86 assembler change (BUG?)
Date: Tue, 08 Dec 1998 14:35:00 -0000	[thread overview]
Message-ID: <366da154.50051737@mail.goodnet.com> (raw)

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 ?-)

                 reply	other threads:[~1998-12-08 14:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=366da154.50051737@mail.goodnet.com \
    --to=jeffdbremovethis@goodnet.com \
    --cc=gas2@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).