Home
last modified time | relevance | path

Searched refs:decodeAxxx (Results 1 – 2 of 2) sorted by relevance

/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/assemblers/chip8/
H A Dchip8.h41 bool decodeAxxx(u16 opcode, const InstructionPtr& instruction) const;
H A Dchip8.cpp20 SET_DECODE_TO(0xA000, decodeAxxx); in CHIP8Assembler()
207 bool CHIP8Assembler::decodeAxxx(u16 opcode, const InstructionPtr &instruction) const in decodeAxxx() function in REDasm::CHIP8Assembler