Re: Hello World in D using Assembly

2025-01-04 Thread Chris Piker via Digitalmars-d-learn
On Friday, 27 December 2024 at 20:08:08 UTC, Renato Athaydes wrote: Hi, I just wanted to share [this gist](https://gist.github.com/renatoathaydes/950cd1e0d032bc65a693bcc469cd3afc) which shows how to write hello-world in ASM, in D. Thank you, I enjoyed that. Can't use it for work, but it was fu

Re: Hello World in D using Assembly

2024-12-28 Thread IchorDev via Digitalmars-d-learn
On Friday, 27 December 2024 at 20:08:08 UTC, Renato Athaydes wrote: Anyway, I thought this was cool and as I couldn't find anything much about ASM in D, I thought this may be useful to others. The reason is probably that D's regular inline assembly isn't very desirable. It only supports x86 an