/*
 *        .
 *
 *        11 11:39:15 MSK 1988     . .
 */

# define REGSZ 16       /*   */
# define ACC 0          /*  */
# define TMPREG 13      /*   .  */

# define BYTEOFF(x) ((x)%(SZINT/SZCHAR))
# define wdal(x) (BYTEOFF(x)==0)
# define BITOOR(x) ((x)/SZINT)  /* bit offset to oreg offset */

# define STOARG(p)
# define STOFARG(p)
# define STOSTARG(p)
# define genfcall(a,b) gencall(a,b)
# define MYREADER(p) myreader(p)

# define NESTCALLS
# define FIELDOPS
# define NEWZZZ

# define SCCON          (SPECIAL+100)    /* shape for constants between -64 and 63 */
# define STRRG          (SPECIAL+101)    /* shape for indirect char * */
# define SINLINE        (SPECIAL+102)    /* shape for inline functions */

# define PUTCHAR(c)     if (c==' ') putchar ('\t'); else\
			if (c==';') putchar ('\n'); else\
			putchar (c)
