]> gitweb.factorcode.org Git - factor.git/blob - basis/bootstrap/assembler/arm.factor
bootstrap.assembler: Move arm code to arm.64. We can dedup it with arm.32 someday
[factor.git] / basis / bootstrap / assembler / arm.factor
1 ! Copyright (C) 2020 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: bootstrap.image.private cpu.arm.assembler kernel
4 kernel.private layouts locals.backend math.private namespaces
5 slots.private strings.private ;
6 IN: bootstrap.arm
7
8 big-endian off
9
10 ! [ "bootstrap.arm" forget-vocab ] with-compilation-unit