mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-19 12:22:43 +00:00
cleanup sdb for 8051
This commit is contained in:
parent
324625cb33
commit
e154d759b3
@ -2,16 +2,15 @@ acall=absolute call
|
||||
add=add
|
||||
addc=add with carry
|
||||
ajmp=absolute jump
|
||||
anl=logical-and
|
||||
anl=logical and
|
||||
cjne=compare and jump if not equal
|
||||
clr=clear
|
||||
cpl=complement
|
||||
da=decimal-adjust accumulator for addition
|
||||
da=decimal-adjust accumulator after addition
|
||||
dec=decrement
|
||||
digit indirect ram with acc
|
||||
div=divide
|
||||
div=divide accumulator by b register
|
||||
djnz=decrement and jump if not zero
|
||||
inc=increment data pointer
|
||||
inc=increment
|
||||
jb=jump if bit set
|
||||
jbc=jump if bit is set and clear bit
|
||||
jc=jump if carry is set
|
||||
@ -22,23 +21,24 @@ jnz=jump if accumulator not zero
|
||||
jz=jump if accumulator zero
|
||||
lcall=long call
|
||||
ljmp=long jump
|
||||
mov=move
|
||||
movc=moves a byte from the code or program memory to the accumulator
|
||||
movx=move external
|
||||
mov=move
|
||||
movc=move from code or program memory to accumulator
|
||||
movx=move between external memory and accumulator
|
||||
mul=multiply accumulator and b register
|
||||
nop=no operation
|
||||
orl=logical-or
|
||||
pop=pop from stack.pop
|
||||
orl=logical or
|
||||
pop=pop from stack
|
||||
push=push onto stack
|
||||
ret=return from subroutine
|
||||
reti=return from interrupt
|
||||
rl=rotate accumulator left
|
||||
rlc=rotate accumulator left through the carry flag
|
||||
rlc=rotate accumulator left through carry
|
||||
rr=rotate accumulator right
|
||||
rrc=rotate accumulator right through the carry
|
||||
rrc=rotate accumulator right through carry
|
||||
setb=set bit
|
||||
sjmp=short jump (relative addr)
|
||||
subb=subtract with borrow
|
||||
swap=swap nibbles within the accumulator
|
||||
xch=exchange
|
||||
xchd=exchange low-order
|
||||
xchd=exchange low-order nibbles between accumulator and RAM location
|
||||
xrl=logical exclusive-or
|
||||
|
Loading…
x
Reference in New Issue
Block a user