0

I want to use a imul instruction with 3 operands. Is the destination operand the first or last? I searched the web and got contradictory informations.

1 Answer 1

0

It depends on the assembly "flavor" you are using:

In Intel syntax the destination operand is the first one.

In AT&T syntax it is the last one.

1
  • Thanks, this is it!!! Commented Jul 15, 2024 at 17:23

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.