I want to load double from the stack:
fldq 12(%ebp) however, the compiler curses: Error: invalid instruction suffix for `fld '
What is the problem?
I want to load double from the stack:
fldq 12(%ebp) however, the compiler curses: Error: invalid instruction suffix for `fld '
What is the problem?
Source: https://ru.stackoverflow.com/questions/621486/
All Articles