From mboxrd@z Thu Jan 1 00:00:00 1970 From: jeffdbREMOVETHIS@goodnet.com (Mikey) To: gas2@cygnus.com Subject: x86 assembler change (BUG?) Date: Tue, 08 Dec 1998 14:35:00 -0000 Message-id: <366da154.50051737@mail.goodnet.com> X-SW-Source: 1998/msg00246.html 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 ?-)