factor/library/compiler/amd64/load.factor

15 lines
421 B
Factor
Raw Normal View History

2005-12-02 02:25:44 -05:00
USING: io kernel parser sequences ;
[
"/library/compiler/x86/assembler.factor"
"/library/compiler/amd64/assembler.factor"
2005-12-02 02:25:44 -05:00
"/library/compiler/amd64/architecture.factor"
2005-12-04 22:06:12 -05:00
"/library/compiler/x86/generator.factor"
"/library/compiler/x86/slots.factor"
2005-12-04 02:30:19 -05:00
"/library/compiler/x86/stack.factor"
2005-12-07 00:14:24 -05:00
"/library/compiler/x86/fixnum.factor"
2005-12-10 03:19:23 -05:00
"/library/compiler/amd64/alien.factor"
2005-12-02 02:25:44 -05:00
] [
2005-12-11 15:37:16 -05:00
run-resource
2005-12-02 02:25:44 -05:00
] each