Oops
parent
524e3ea762
commit
31308a7fb2
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2005, 2006 Slava Pestov.
|
! Copyright (C) 2005, 2006 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: generator.fixup generic kernel math math.order memory
|
USING: generator.fixup generic kernel memory namespaces
|
||||||
namespaces words math.bitfields math.order io.binary ;
|
words math math.bitfields math.order io.binary ;
|
||||||
IN: cpu.ppc.assembler
|
IN: cpu.ppc.assembler
|
||||||
|
|
||||||
! See the Motorola or IBM documentation for details. The opcode
|
! See the Motorola or IBM documentation for details. The opcode
|
||||||
|
|
Loading…
Reference in New Issue