File:  [gforth] / gforth / Attic / alpha.h
Revision 1.1: download - view: text, annotated - select for diffs
Thu Feb 2 18:12:59 1995 UTC (29 years, 2 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
added very preliminary support for Alpha/osf1
Moved flush-tos before stores to improve scheduling
merged io-dos.h and io.h
Created new Makefile for DOS
removed ToDo topcics that are already done

/* preliminary machine file for DEC Alpha */
/* Be carefully: long long on Alpha are 64 bit :-(( */

#ifdef DIRECT_THREADED
#undefine DIRECT_THREADED
#endif

#include "32bit.h"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>