[Issue 2258] Docs -> Inline Assembler -> Operand Types -> qword missing

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Aug 4 12:13:09 PDT 2008


http://d.puremagic.com/issues/show_bug.cgi?id=2258


o.dathe at gmx.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |LATER




------- Comment #1 from o.dathe at gmx.de  2008-08-04 14:13 -------
(In reply to comment #0)
> On http://www.digitalmars.com/d/1.0/iasm.html in section Operand Types "qword
> ptr" is missing.
> 

I've just seen it seems to be a stub since there is no x86_64 support yet and
it behaves like "byte ptr".

  long x=255;
  asm { inc qword ptr x; }
  assert (x==0); // passes


-- 



More information about the Digitalmars-d-bugs mailing list