]> gitweb.factorcode.org Git - factor.git/blob - vm/cpu-x86.32.hpp
converted box_* integer functions to use vm (x86 windows)
[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 VM_C_API __attribute__ ((regparm (2)))
10 }