]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cpu/ppc/assembler/assembler.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / basis / cpu / ppc / assembler / assembler.factor
index 6f083373d59b091e610b5991e3333129448e05b2..137032d17aae027c57cb908bb4a17d6525094d99 100644 (file)
@@ -1,6 +1,7 @@
 ! Copyright (C) 2011 Erik Charlebois.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel namespaces words math math.order locals math.bitwise io.binary make ;
+USING: kernel namespaces words math math.order locals
+math.bitwise endian make ;
 IN: cpu.ppc.assembler
 
 ! This vocabulary implements the V2.06B Power ISA found at http://www.power.org.