Mail Archives: djgpp/1997/12/18/10:00:04
<snip>
> + __DJ_size_t
> + #undef __DJ_size_t
> + #define __DJ_size_t
I never woulda figured that out by myself. Do you know which way is the
proper way to call the _dosmemputl function? Should the parameters be
(*buffer, num_32bit_words_to_move, *dest_addr) like it is in the
prototype, or (*buffer, *dest_addr, num_...) like it is in all the
provided examples.
-Greg
P.S. This would be a fast way to transfer a double buffer, would it not?
Is there an extended ASM macro to move 32 bits at a time?
- Raw text -