]> gitweb.factorcode.org Git - factor.git/blob - basis/cpu/arm/arm.factor
Switch to https urls
[factor.git] / basis / cpu / arm / arm.factor
1 ! Copyright (C) 2020 Doug Coleman.
2 ! See https://factorcode.org/license.txt for BSD license.
3 USING: system ;
4 IN: cpu.arm
5
6 HOOK: ds-reg cpu ( -- reg )
7 HOOK: rs-reg cpu ( -- reg )