Re: gEDA-user: Efficient Memories

2007-04-05 Thread Udi Finkelstein
On 4/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I've made a BMP image format creating module for fun. Looks like it's not so fun after all :-( I maintain a 640x480 24-bits per pixel buffer and then write the data out to a file. At first I used a reg array, but came to find that eac

gEDA-user: Efficient Memories

2007-04-05 Thread lingwitt
I've made a BMP image format creating module for fun. I maintain a 640x480 24-bits per pixel buffer and then write the data out to a file. At first I used a reg array, but came to find that each element of such a structure is expressed in vvp assembly as distinct reg. This made the vvp as