Wikipedia

Search results

Saturday 17 August 2013

Instruction and Description of M68000


         Instruction          Descritption
ABCD
ADD
AND
ASL
ASR
Add Decimal with Extend
Add
Logical AND
Arithmetic Shift Left
Arithmetic Shift Right
B<cc>
BCHG
BCLR
BRA
BSET
BSR
BTST
Branch Conditionally
Bit Test and Change
Bit Test and Clear
Branch Always
Bit Test and Set
Branch to Subroutine
Bit Test
CHK
CLR
CMP
Check Reigster Against Bounds
Clear Operand
Compare
DB<cc>
DIVS
DIVU
Decrement and Branch Conditionally
Signed Divide
Unsigned Divide
EOR
EXG
EXT
Exclusive OR
Exchange Registers
Sign Extend
JMP
JSR
Jump
Jump to Subroutine
LEA
LINK
LSL
LSR
Load Effective Address
Link Stack
Logical Shift Left
Logical Shift Right
MOVE
MULS
MULU
Move Source to Destination
Signed Multiply
Unsigned Multiply
NBCD
NEG
NOP
NOT
Negate Decimal with Extened
Negate
No Operation
One's Complement
ORLogical OR
PEAPush effective Address
RESET
ROL
ROR
ROXL
ROXR
RTD
RTE
RTR
RTS
Reset External Devices
Rotate Left without Extend
Rotate Right without Extend
Rotate Left with Extend
Rotate Right wiht Extend
Return and Delocate
Return from Exception
Return and Restore
Return from Subroutine
SBCD
S<cc>
STOP
SUB
SWAP
Subtract Decimal wiht Extend
Set Conditional
Stop
Subtract
Swap data register halves
TAS
TRAP
TRAPV
TST
Test and Set Operand
Trap
Trap on Overflow
Test

No comments:

Post a Comment