head     1.3;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.3
date     85.07.15.10.55.50;  author wendyt;  state Exp;
branches ;
next     1.2;

1.2
date     84.12.05.17.31.54;  author root;  state Exp;
branches ;
next     1.1;

1.1
date     84.08.05.16.37.51;  author root;  state Exp;
branches ;
next     ;


desc
@checkin for V 1.2
@


1.3
log
@Add skyused variable so sky board will be initialized when it is

@
text
@/*	68000 Registers */

	/* registers */
# define D0 0
# define D1 1
# define D2 2
# define D3 3
# define D4 4
# define D5 5
# define D6 6
# define D7 7
# define A0 8
# define A1 9
# define A2 10
# define A3 11
# define A4 12
# define A5 13
# define A6 14
# define SP 15

# define SAVEREGION 8 /* number of bytes for save area */

# define BYTEOFF(x) ((x)&01)
# define wdal(k) (BYTEOFF(k)==0)
# define BITOOR(x) ((x)>>3)  /* bit offset to oreg offset */

# define REGSZ 16

# define TMPREG A6


# define STOARG(p)     /* just evaluate the arguments, and be done with it... */
# define STOFARG(p)
# define STOSTARG(p)
# define genfcall(a,b) gencall(a,b)


	/* shape for constants between 0 and 32767 */
# define SICON (SPECIAL+101)
	/* shape for constants between 1 and 8 */
# define S8CON (SPECIAL+102)

# define MYREADER(p) myreader(p)
extern int floatused;

# ifdef SKY
extern int skyused;
# endif SKY

	/* calls can be nested on the 68000 */
# define NESTCALLS
@


1.2
log
@Sky integration complete, bugs fixed.
@
text
@d45 5
@


1.1
log
@Initial revision
@
text
@@
