Class DE_
DEcrement X by one. DEcrement Y by one.
Methods
| Name | Description |
|---|---|
execute
(Opcode, Emulator)
|
Executes this instruction with one of the given opcodes previously stated by the getOpcodes method. This method has to return a number of cycles to emulate, take into account that by default, the emulator will wait one cycle after executing the instruction. |
getAuthor
()
|
Returns a string with the component author's name. |
getName
()
|
Returns a string with the component's name. |
getOpcodes
()
|
Returns an array of bytes with all of the instruction's valid opcodes. Like in the bus interface's getSize method, this cannot be variable at execution time. |