Commit Graph

137 Commits

Author SHA1 Message Date
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
16537081a7 Added the "shld" instruction and apparently fixed "shrd" as well 2011-04-18 21:10:53 +00:00
5edb9c5c9f The "cpuid" instruction was added in i486 2011-04-18 06:31:45 +00:00
8973221291 Added the "shrd" instruction (doesn't seem to work) 2011-04-18 06:30:43 +00:00
d39c9b525e Added the "stc" "std" "sti" "stosb" "stosw" and "stosd" instructions 2011-04-18 05:50:49 +00:00
06170c28f6 Added the "sub" instruction 2011-04-18 05:41:13 +00:00
3761dfe72e Added the "test" and "ud2" instructions 2011-04-18 05:27:23 +00:00
5863e7490b Be less strict when checking signed values 2011-04-18 05:06:04 +00:00
c10141ffed Added the "fwait", "wait" and "wbinvd" instructions 2011-04-18 04:48:37 +00:00
aa0980d7e7 Added the "wrmsr" instruction 2011-04-18 04:46:13 +00:00
0c62418851 Added the "xadd" instruction 2011-04-18 04:43:59 +00:00
299bfc910a Added the "xchg" instruction 2011-04-18 04:40:17 +00:00
5de28736a7 Added the "xlat" and "xlatb" instructions 2011-04-18 04:27:24 +00:00
16a199d730 Initial import 2011-04-18 04:21:08 +00:00
10b1fb6b7a Hopefully gotten the "b" suffix right for "adc" "add" "and" and "xor" 2011-04-18 04:20:43 +00:00
a99e4e93c9 Added the "xor" instruction (some occurences may have to be suffixed with "b") 2011-04-17 21:01:19 +00:00
58cec31b9a Added the "fchs", "fclex" and "fnclex" instructions 2011-04-17 15:34:08 +00:00
3a46ad6684 Added the "fadd" and "faddp" instructions 2011-04-17 15:21:38 +00:00
377fe00791 Added the first couple of floating-point instructions 2011-04-17 14:35:05 +00:00
a70291ab2b Added the "enter" instruction 2011-04-17 14:03:12 +00:00
b6f891d8bf Added the "daa" instruction 2011-04-17 13:58:39 +00:00
2305fb47fd Added the "das" instruction 2011-04-17 13:57:10 +00:00
9bb7847caf Added the "dec" instruction 2011-04-17 13:55:11 +00:00
86dc27e426 Added the "div" instruction (with differentiation where required) 2011-04-17 13:40:58 +00:00
1bfda5e60b Report more errors 2011-04-17 13:40:20 +00:00
4859f66288 Re-introduced the i686 architecture 2011-04-17 13:18:51 +00:00
7bf3ab327f Added licensing information 2011-04-17 07:20:07 +00:00
8fa2c99d09 Still adding instructions to the i386 architecture 2011-04-17 07:13:08 +00:00
42844556a3 Added the "cld", "cli", "clts" and "cmc" instructions 2011-04-17 07:06:41 +00:00
d2231bbc2c Added the "clc" instruction 2011-04-17 07:03:23 +00:00