7 lines
112 B
C
7 lines
112 B
C
|
#define FACTOR_CPU_STRING "x86.64"
|
||
|
|
||
|
register CELL ds asm("r14");
|
||
|
register CELL rs asm("r15");
|
||
|
|
||
|
#define FASTCALL
|