QWORD PTR error on Intel Mac
- From: fiopax@xxxxxxxxx (fiopa)
- Date: Fri, 29 Jun 2007 18:02:16 +0200
Hi
I'm porting my application (C/C++ and ASM Intel) to Intel Mac.
Windows version is OK:
....
C code
....
__asm
{
...
FLD QWORD PTR [EDI]
...
}
....
Mac version is OK for all ASM instructions, except QWORD PTR:
....
C code
....
asm
{
...
FLD QWORD PTR [EDI]
...
}
....
If I change from QWORD PTR to DWORD PTR or WORD PTR,
there is no error, but if I use QWORD PTR the compiler error is:
"jam failed with exit code 1"
I've to use a different sintax for QWORD PTR ?
Thanks
.
- Follow-Ups:
- Re: QWORD PTR error on Intel Mac
- From: Rod Pemberton
- Re: QWORD PTR error on Intel Mac
- Prev by Date: octasm v0.16 update
- Next by Date: Re: The Twelve Propaganda lessons
- Previous by thread: octasm v0.16 update
- Next by thread: Re: QWORD PTR error on Intel Mac
- Index(es):
Relevant Pages
|