Changes

Jump to: navigation, search

Motorola 68000

139 bytes added, 7 February
/* Instruction Set */
| BCC || Branch Conditionally || If cc then PC + d → PC || – || – || – || – || –
|-
| BCHG || Test a Bit and Change || ~(< bit number >) OF Destination → Z ~(< bit number >) OF Destination → < bit number > OF Destination|| – || – || * || – || –
|-
| BCLR || Test a Bit and Clear || ~(< bit number >) OF Destination → Z 0 → < bit number > OF Destination|| – || – || * || – || –
|-
| BRA || Branch Always || PC + d → PC || – || – || – || – || –
|-
| BSET || Test a Bit and Set || ~(< bit number >) OF Destination → Z 1 → < bit number > OF Destination|| – || – || * || – || –
|-
| BSR || Branch to Subroutine || PC → (SP); PC + d → PC || – || – || – || – || –
12,623
edits