January 19, 2013 Learn » Re: Assembly - 64-bit registers supported? | |||
|---|---|---|---|
| |||
Ach, Windows. Yeah, you need VS Linker when compiling for 64bits on Windows. Can't... | |||
January 19, 2013 Learn » Re: Assembly - 64-bit registers supported? | |||
|---|---|---|---|
| |||
Probably. I am on Windows using dmd 2.061 and optlink 8.00.12 dmd... | |||
January 19, 2013 Learn » Re: Assembly - 64-bit registers supported? | |||
|---|---|---|---|
| |||
http://dpaste.dzfl.pl/0f79b5ba Missing -m64 or something? | |||
January 19, 2013 Learn » Assembly - 64-bit registers supported? | |||
|---|---|---|---|
| |||
void main()
{
asm
{
mov RAX, 3;
}
}
results in:
Error: undefined identifier 'RAX'
AX and EAX... | |||
January 18, 2013 Learn » Re: How to use a function without their sources | |||
|---|---|---|---|
| |||
...are returned from a function (via stack/registers). E.g.: import std.stdio; int foo... | |||
January 14, 2013 General » Re: Ready for review: new std.uni | |||
|---|---|---|---|
| |||
...pulling values out of and into SIMD registers to do those workarounds causes massive stalls... | |||
January 08, 2013 GDC » Re: D for embedded system | |||
|---|---|---|---|
| |||
...needs memory access to I/O ports/registers (this also could warp some C interface... | |||
January 05, 2013 General » Re: WTF did happen with struct constructor and ref in 2.061 ? | |||
|---|---|---|---|
| |||
...some location or puts the value into registers(these methods are essentially identical, at the... | |||
December 30, 2012 Issues » [Issue 9243] Order locals to prevent buffer overflow attacks | |||
|---|---|---|---|
| |||
...speed and in the number of spilled registers. I am doing my best. -- Configure issuemail... | |||
December 30, 2012 Issues » [Issue 9242] New: Add stack smashing code to flush out heisenbugs | |||
|---|---|---|---|
| |||
...like 0xDEADBEEF
2. set to 0xDEADBEEF all registers that are not guaranteed to be preserved... | |||
Copyright © 1999-2021 by the D Language Foundation