Oops
parent
e6f6cd5d93
commit
75e9708488
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2005, 2008 Slava Pestov.
|
! Copyright (C) 2005, 2008 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: compiler.generator.fixup kernel namespaces words
|
USING: compiler.codegen.fixup kernel namespaces words
|
||||||
io.binary math math.order cpu.ppc.assembler.backend ;
|
io.binary math math.order cpu.ppc.assembler.backend ;
|
||||||
IN: cpu.ppc.assembler
|
IN: cpu.ppc.assembler
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
! Copyright (C) 2008 Slava Pestov.
|
! Copyright (C) 2008 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: compiler.generator.fixup kernel namespaces make sequences
|
USING: compiler.codegen.fixup cpu.architecture
|
||||||
words math math.bitwise io.binary parser lexer ;
|
compiler.constants kernel namespaces make sequences words math
|
||||||
|
math.bitwise io.binary parser lexer ;
|
||||||
IN: cpu.ppc.assembler.backend
|
IN: cpu.ppc.assembler.backend
|
||||||
|
|
||||||
: insn ( operand opcode -- ) { 26 0 } bitfield , ;
|
: insn ( operand opcode -- ) { 26 0 } bitfield , ;
|
||||||
|
|
Loading…
Reference in New Issue