17.11.2014 Views

CYASM ASSEMBLER USER'S GUIDE VERSION 1.77

CYASM ASSEMBLER USER'S GUIDE VERSION 1.77

CYASM ASSEMBLER USER'S GUIDE VERSION 1.77

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

DEC Decrement DEC<br />

Syntax:<br />

Operation:<br />

DEC A acc ← acc - 1<br />

DEC X X ← X - 1<br />

DEC [expr] [k] ← [k] - 1<br />

DEC [X+ expr] [X+ k] ← [X+ k] - 1<br />

Description:<br />

Subtract one from the contents of a register or Data RAM location. The field to the right<br />

of the opcode determines which entity is effected: accumulator; X register; direct or<br />

index addressed Data RAM location.<br />

Condition Flags:<br />

CF:<br />

ZF:<br />

Set if the result is -1; cleared otherwise.<br />

Set if the result is zero; cleared otherwise.<br />

Source Machine Code Cycles<br />

Format Opcode Operand<br />

DEC A 25h 4<br />

DEC X 26h 4<br />

DEC [expr] 27h direct address byte 7<br />

DEC [X+ expr] 28h offset address byte 8<br />

DI Disable Interrupts DI<br />

Syntax: DI B CPU only<br />

Operation: None<br />

Description:<br />

Disables interrupts.<br />

Condition Flags:<br />

CF:<br />

ZF:<br />

Carry flag unaffected.<br />

Zero flag unaffected<br />

Source Machine Code Cycles<br />

Format Opcode Operand<br />

DI 70h 4<br />

EI Enable Interrupts EI<br />

Syntax: EI B CPU only<br />

Operation: None<br />

Description:<br />

Enables interrupts.<br />

Condition Flags:<br />

CF:<br />

ZF:<br />

Carry flag unaffected.<br />

Zero flag unaffected<br />

17

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!