]> gitweb.factorcode.org Git - factor.git/blob - vm/cpu-x86.32.hpp
Use C++ namespaces
[factor.git] / vm / cpu-x86.32.hpp
1 namespace factor
2 {
3
4 #define FACTOR_CPU_STRING "x86.32"
5
6 register CELL ds asm("esi");
7 register CELL rs asm("edi");
8
9 #define VM_ASM_API extern "C" __attribute__ ((regparm (2)))
10
11 }