add=add two registers or register and immediate
addb=add and branch
addi=add immediate
addil=add to left
addl=add logical
and=bitwise and
andcm=bitwise and complement
b=branch
be=branch if equal
bne=branch if not equal
bl=branch and link
bv=branch vector
break=software breakpoint
call=call subroutine
cmp=compare
cmpb=compare and branch
cmpib=compare immediate and branch
cmpiclr=compare immediate and clear
cldw=conditional load word
copr=coprocessor operation
cstd=conditional store double
dep=deposit bits
depdi=deposit double immediate
depd=deposit double
depwi=deposit word immediate
diag=diagnostics
extr=extract bits
extrd=extract double
extrw=extract word
fldw=load floating point word
fstw=store floating point word
hshladd=halfword shift left and add
iitlbp=insert instruction TLB purge
jmp=jump
ld=load
ldb=load byte
ldd=load double
ldh=load halfword
ldi=load immediate
ldil=load immediate left
ldo=load offset
ldw=load word
ldwm=load word and modify
mov=move
movib=move immediate and branch
nop=no operation
or=bitwise or
ret=return from subroutine
shl=shift left
shr=shift right
shlp=shift left pair
shrp=shift right pair
spop2=special operation 2
spop3=special operation 3
st=store
stb=store byte
std=store double
sth=store halfword
stby=store byte indexed
stw=store word
stwm=store word and modify
sub=subtract
subi=subtract immediate
syscall=system call
uaddcm=unsigned add with carry
xor=bitwise exclusive or