factor/vm/cpu-x86.64.h

7 lines
114 B
C

#define FACTOR_CPU_STRING "x86.64"
register CELL ds asm("r14");
register CELL rs asm("r15");
#define F_FASTCALL