|
fae68e5fd1
|
Re-introducing support for the sparc64 architecture
|
2011-04-21 19:20:50 +00:00 |
|
|
8ebf1b07af
|
Also implemented branching instructions
|
2011-04-21 17:03:21 +00:00 |
|
|
f8312d08fb
|
Encoding instructions for integer operations as well
|
2011-04-21 16:39:36 +00:00 |
|
|
33039927e3
|
Now encoding sethi instructions as well
|
2011-04-21 16:28:35 +00:00 |
|
|
9b692011ca
|
Encoding "load and store" instructions much better already
|
2011-04-21 16:16:07 +00:00 |
|
|
b2a710ed6f
|
The format plug-ins need libSystem to compile too
|
2011-04-21 00:49:34 +00:00 |
|
|
4e808a815e
|
The arch plug-ins depend on libSystem to compile
|
2011-04-21 00:48:00 +00:00 |
|
|
bbe4db81cf
|
Added the "fyl2xp1" and "hlt" instructions
|
2011-04-20 00:38:01 +00:00 |
|
|
ccb676dc53
|
Added the "in" instruction
|
2011-04-20 00:35:04 +00:00 |
|
|
50cef996e6
|
Added the "inc" instruction
|
2011-04-20 00:30:43 +00:00 |
|
|
ace28bd16b
|
Added a few comments
|
2011-04-20 00:26:37 +00:00 |
|
|
c1ea0b8cd9
|
Still let "int $3" be output as two bytes and added the "int3" instruction
|
2011-04-20 00:25:12 +00:00 |
|
|
1490b7a0f8
|
Added the "insb", "insw" and "insd" instructions
|
2011-04-20 00:20:50 +00:00 |
|
|
79a1a18406
|
Fixed handling of constants
|
2011-04-20 00:19:52 +00:00 |
|
|
b15f7b60fe
|
Fixed handling of the AOF_IMPLICIT flag
|
2011-04-20 00:11:36 +00:00 |
|
|
a3402c25d7
|
Added the "int", "into", "invd", "iret", "iretd", "lahf" and "leave" instructions
|
2011-04-20 00:05:00 +00:00 |
|
|
e1a786327b
|
Handle (implicit) constant values as well
|
2011-04-20 00:04:17 +00:00 |
|
|
4b0269c881
|
Properly matching constant values
|
2011-04-20 00:03:53 +00:00 |
|
|
3477df9859
|
Added a helper for constant values
|
2011-04-20 00:03:12 +00:00 |
|
|
2aaa34e124
|
Added the "lock", "lodsb", "lodsd", "lodsw", "loop", "loope", "loopne", "loopnz" and "loopz" instructions
|
2011-04-19 23:28:38 +00:00 |
|
|
fb58a25507
|
Added the "movd" instruction
|
2011-04-19 23:05:58 +00:00 |
|
|
2e8a3235b8
|
Added the "movq" instruction
|
2011-04-19 23:02:19 +00:00 |
|
|
fd22e83f7d
|
Added the "movsb" and "movsd" instructions
|
2011-04-19 22:52:23 +00:00 |
|
|
780f33e8d9
|
Added the "mul" instruction
|
2011-04-19 22:47:44 +00:00 |
|
|
22f4e5efd4
|
Added the "neg" instruction
|
2011-04-19 22:45:57 +00:00 |
|
|
dc0ef0b8d1
|
Added the "not" instruction
|
2011-04-19 22:44:30 +00:00 |
|
|
0c242bf1a8
|
Added the "or" instruction
|
2011-04-19 22:39:52 +00:00 |
|
|
b5d59fbdaa
|
Added the "out", "outsb", "outsd" and "outsw" instructions
|
2011-04-19 22:33:09 +00:00 |
|
|
f41af9429d
|
Added the "fcom", "fcomp", "fcompp", "fcos" and "fdecstp" instructions
|
2011-04-19 20:02:44 +00:00 |
|
|
cc04acaa9c
|
Added the "fdiv" and "fdivp" instructions (not complete yet though)
|
2011-04-19 19:51:40 +00:00 |
|
|
02eb799bbc
|
Added the "fdivr" and "fdivrp" instructions
|
2011-04-19 19:34:00 +00:00 |
|
|
d0db1fc46c
|
Added the "ffree" instruction
|
2011-04-19 19:19:00 +00:00 |
|
|
1eab4a6480
|
Added the "finit" and "fninit" instructions
|
2011-04-19 19:13:54 +00:00 |
|
|
6035c59379
|
Added the "fld" instruction (not complete yet)
|
2011-04-19 19:08:56 +00:00 |
|
|
ca1903cc39
|
Added the "fld1", "fld2t", "fld2e", "fldpi", "fldlg2", "fldln2", "fldz" and "fnop" instructions
|
2011-04-19 19:02:06 +00:00 |
|
|
a2381831b6
|
Added the "paddb", "paddd" and "paddw" instructions
|
2011-04-18 23:32:23 +00:00 |
|
|
908f8bb04f
|
Added the "paddsb", "paddsw", "pand" and "pandn" instructions
|
2011-04-18 23:29:54 +00:00 |
|
|
ca55c53c6a
|
Added the pop family of instructions
|
2011-04-18 23:24:22 +00:00 |
|
|
96bc81411b
|
Added the "por" instruction (doesn't always work yet)
|
2011-04-18 23:15:19 +00:00 |
|
|
16003850ee
|
Added some comments
|
2011-04-18 23:13:10 +00:00 |
|
|
a28ca014cc
|
Added the push family of instructions
|
2011-04-18 23:11:06 +00:00 |
|
|
e0b1faf4c4
|
Trying to add the "pxor" instruction
|
2011-04-18 22:54:55 +00:00 |
|
|
cd05aec823
|
Added the "rdmsr" and "rdpmc" instructions
|
2011-04-18 22:18:04 +00:00 |
|
|
d3ac707bad
|
Re-introduced support for the i586 variant of the i386 architecture
|
2011-04-18 22:12:51 +00:00 |
|
|
a308c18ee0
|
Added the "ret", "rsm" and "sahf" instructions
|
2011-04-18 22:06:18 +00:00 |
|
|
c4194014ab
|
Fixed looking for the right instructions when there are no arguments
|
2011-04-18 22:05:40 +00:00 |
|
|
c5d171cf7e
|
Added the "sbb", "scasb", "scasd" and "scasw" instructions
|
2011-04-18 21:54:51 +00:00 |
|
|
d419ed9137
|
Fixed a comment
|
2011-04-18 21:54:08 +00:00 |
|
|
883c719e89
|
Added the "sgdt" and "sidt" instructions
|
2011-04-18 21:18:59 +00:00 |
|
|
d5a189df1e
|
Also allow negative offsets to registers (not implemented yet though)
|
2011-04-18 21:18:25 +00:00 |
|