]> gitweb.factorcode.org Git - factor.git/blob - vm/cpu-x86.32.hpp
VM: use better abstractions for tagged pointers, eliminate get()/set() stuff, clean...
[factor.git] / vm / cpu-x86.32.hpp
1 #define FACTOR_CPU_STRING "x86.32"
2
3 register CELL ds asm("esi");
4 register CELL rs asm("edi");
5
6 #define VM_ASM_API extern "C" __attribute__ ((regparm (2)))