Changes

Motorola 68000

5 bytes added, 8 February
/* Instruction Set */
! X !! N !! Z !! V !! C
|-
| ABCD || Add Decimal with Extend || (Destination)10 + (Source)10 + X → Destination || * || U || * || U || *
|-
| ADD || Add Binary || (Destination) + (Source) → Destination || * || * || * || * || *
| MULU || Unsigned Multiply || (Destination) × (Source) → Destination || – || * || * || 0 || 0
|-
| NBCD || Negate Decimal with Extend || -((Destination)10 - X) → Destination || * || U || * || U || *
|-
| NEG || Negate || 0 - (Destination) → Destination || * || * || * || * || *
| RTS || Return from Subroutine || (SP) → PC || – || – || – || – || –
|-
| SBCD || Subtract Decimal with Extend || (Destination)10 - (Source)10 - X → Destination || * || U || * || U || *
|-
| SCC || Set According to Condition || If CC then 1’s → Destination else 0’s → Destination || – || – || – || – || –
12,625
edits