Forum: Assembly
May 17th, 2005, 11:26 AM
|
|
Replies: 0
Views: 192
Problem with variable in inline assembler
I am calling this routine in a shared library (DLL) of mine which contains inline assembler.
This compiles and links ok.
When I build a program which calls this routine, when linking I...
|
Forum: Assembly
Mar 8th, 2005, 3:23 AM
|
|
Replies: 0
Views: 265
Intel assembly in Linux
Hello
I have 2 new questions.
I am assembing with gcc in Linux.
With this code I get 2 errors.
void asm128Sort( short *pSource, short *pDest, UINT Rows, UINT Cols, UINT nPxlPitch)
{
int nOffset =...
|
Forum: Assembly
Feb 18th, 2005, 8:09 AM
|
|
Replies: 9
Views: 528
|
Forum: Assembly
Feb 17th, 2005, 9:24 AM
|
|
Replies: 9
Views: 528
Hello,
I am trying to compile a program with...
Hello,
I am trying to compile a program with inline assembler like yours, but failing.
When I try to compile your code I get the messages:
perkinel-e586cd:~/cfiles/HIS> gcc -o spiral spiral.c...
|
Forum: Assembly
Feb 15th, 2005, 10:04 AM
|
|
Replies: 0
Views: 365
inline assembler in Linux
Hello
I have to provide a DLL for Windows and Linux using common code.
One of the routines has inline assembler. This is no problem in my Windows version, compiles and works with no errors.
However...
|