代码搜索结果
找到约 10,000 项符合
X 的代码
x-sco
RANLIB = :
RANLIB_TEST = false
CC = rcc $(RCCFLAGS)
OLDCC = rcc $(RCCFLAGS)
RCCFLAGS = -Dunix -Di386 -DM_UNIX -DM_I386 -DNULL=0
CCLIBFLAGS =
CLIB = -lmalloc -lPW
x-next
# Make assignments for compiling on NeXT with their compiler version.
CC=cc -traditional-cpp
OLDCC=cc -traditional-cpp
x-osfrose
# Define CC and OLDCC as the same, so that the tests:
# if [ x"$(OLDCC)" = x"$(CC)" ] ...
#
# will succeed (if OLDCC != CC, it is assumed that GCC is
# being used in secondary stage builds).
BUILD =
x-isc
CLIB = -lPW -lcposix
X_CFLAGS = -D_POSIX_SOURCE
ENQUIRE_LDFLAGS = -posix $(LDFLAGS)
x-aix
# There is an alloca in -lbsd, but it is limited to 32K
ALLOCA = alloca.o
# If you are running out of memory while compiling gcc, with the standard
# /bin/cc uncomment MALLOCLIB line. That version of
x-unix
# Needed for missing functions in Sym1.
CLIB=-liberty -lld
x.txt
MOV GR[0],Mi[21],53
MOV AC,Mi[22],66
MUL
MOV Mi[49],AC
MOV Mi[50],GR[0]
MOV GR[1],Mi[23],35
MOV GR[0],Mi[24],101
MOV AC,Mi[25],113
DIV
MOV Mi[51],GR[1]
MOV Mi[52],GR[0]
HLT