On Mon, 03 Jul 2006 09:23:55 +0200, "¬a\\/b" <al@[EMAIL PROTECTED]
> wrote:
>i'm translating the chapter 8.5(from K&R2) _fillbuf in assembly for
>typedef struct _iobuf{
>int cnt;
>char* ptr;
>char* base;
>unsigned flag;
>int fd;
>} FILE_m;
>
>/* int _fillbuf_m(FILE_m* pf)
>/* nota per essere chiamata D[pf+cnt]<0
>/* s=0r, 4j, 8i, 12r, 16c, 20ra, 24P_fp
>__fillbuf_m:
>< c, r, i, j, r
><< READ=1, UNBUF=4, EOF=8, ERR=16, LAST=64, BUFSIZ=1024
there is no LAST


|