Home
last modified time | relevance | path

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

/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/assemblers/chip8/
H A Dchip8.h35 bool decode4xxx(u16 opcode, const InstructionPtr& instruction) const;
H A Dchip8.cpp14 SET_DECODE_TO(0x4000, decode4xxx); in CHIP8Assembler()
125 bool CHIP8Assembler::decode4xxx(u16 opcode, const InstructionPtr &instruction) const in decode4xxx() function in REDasm::CHIP8Assembler