]> gitweb.factorcode.org Git - factor.git/blob - vm/cpu-x86.64.hpp
The great type renaming
[factor.git] / vm / cpu-x86.64.hpp
1 namespace factor
2 {
3
4 #define FACTOR_CPU_STRING "x86.64"
5
6 register cell ds asm("r14");
7 register cell rs asm("r15");
8
9 #define VM_ASM_API extern "C"
10
11 }