]> gitweb.factorcode.org Git - factor.git/commitdiff
cpu.arm.assembler: no io.binary arm64-bootstrap2
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 18 Jun 2022 00:03:25 +0000 (19:03 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 18 Jun 2022 00:03:25 +0000 (19:03 -0500)
basis/cpu/arm/assembler/assembler.factor
basis/cpu/arm/assembler/opcodes/opcodes.factor

index ec4a6c2178c4411fb13d8e28aa1c7de2f5eb0861..4f80d21013bc3c218045f05fd1799a1d28ce0421 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2020 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors combinators cpu.arm.assembler.opcodes io.binary
+USING: accessors combinators cpu.arm.assembler.opcodes
 kernel make math math.bitwise namespaces sequences ;
 IN: cpu.arm.assembler
 
index 1a8a51afe9083d1b2ffe324f8ad407e191396a7f..d55d2cb4f66060d3e8e2bc9c81c1600de72cf3ea 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2020 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors assocs classes.error classes.parser effects
-effects.parser io.binary kernel lexer make math math.bitwise
+effects.parser endian kernel lexer make math math.bitwise
 math.parser multiline parser sequences vocabs.parser words
 words.symbol ;
 IN: cpu.arm.assembler.opcodes