mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +00:00
Adding a opcode list, which opcode we are supportin convert from
svn path=/trunk/; revision=25506
This commit is contained in:
parent
d245564623
commit
4da115c6b5
1 changed files with 17 additions and 0 deletions
17
rosapps/devutils/cputointel/OpCodePPC.txt
Normal file
17
rosapps/devutils/cputointel/OpCodePPC.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
PowerPC 32bits
|
||||
|
||||
reg = R0-R31
|
||||
#imm = a value you set
|
||||
|
||||
Bit expain
|
||||
0 = mean bit is zero
|
||||
1 = mean bit is set
|
||||
2 = mean this bit can be 0 or 1
|
||||
|
||||
opcode Name Desciptions
|
||||
|
||||
0010 0000 0000 0000 1000 0000 0100 1110 blr return from a functions
|
||||
|
||||
0222 2222 2222 2222 2222 2222 0011 1000 Li reg,#imm move a value to a register
|
||||
|
Loading…
Reference in a new issue