Robert wrote:
Having hacked around that, it seems not all x86_64 opcodes are supported? Not looked extensively, the first issue tango hits is the lack of pushq, no doubt there'll be others.


According to my (AMD) instruction set reference, there is no pushq instruction. Just use push; they all push 8 bytes regardless of overrides.
_______________________________________________
dmd-beta mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-beta

Reply via email to