digitalmars.D.learn - Inline Assembler - test.d
- Marcio Faustino <Marcio_member pathlink.com> Jan 27 2006
Hi all, If there aren't #define's in D, how can I code the example attached? One more question: NASM has the RESB pseudo-instruction (http://nasm.sourceforge.net/doc/html/nasmdoc3.html#section-3.2.2), is there an equivalent in D? Perhaps using arrays? (but these have i.e. the length property embedded..) Thanks, -- Marcio Faustino
Jan 27 2006








Marcio Faustino <Marcio_member pathlink.com>