User contributions
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 05:05, 5 January 2018 (diff | hist) (+1,023) N Assembler:Commands:CMOVGE (Created page with 'Category:Assembler '''command''' cmovge ''destination, source'' cmovge is CMOVcc instruction, The cmovge (conditional move if greater) check the state of '''SF''' AND '''OF'…')
- 04:35, 5 January 2018 (diff | hist) (-1) m Assembler:Commands:CMOVG
- 04:34, 5 January 2018 (diff | hist) (+2) m Assembler:Commands:CMOVG
- 04:34, 5 January 2018 (diff | hist) (+1,036) N Assembler:Commands:CMOVG (Created page with 'Category:Assembler '''command''' cmovg ''destination, source'' cmovg is CMOVcc instruction, The cmovg (conditional move if equal) check the state of '''ZF''', '''SF''' AND '…')
- 04:18, 5 January 2018 (diff | hist) (+16) m Assembler:Commands:CMOVE
- 04:16, 5 January 2018 (diff | hist) (+997) N Assembler:Commands:CMOVE (Created page with 'Category:Assembler '''command''' cmove ''destination, source'' cmove is CMOVcc instruction, The cmove (conditional move if equal) check the state of '''ZF''', if '''ZF=1''' …')
- 04:12, 5 January 2018 (diff | hist) (+997) N Assembler:Commands:CMOVC (Created page with 'Category:Assembler '''command''' cmovc ''destination, source'' cmovc is CMOVcc instruction, The cmovc (conditional move if carry) check the state of '''CF''', if '''CF=1''' …')
- 04:09, 5 January 2018 (diff | hist) (+1,044) N Assembler:Commands:CMOVBE (Created page with 'Category:Assembler '''command''' cmovbe ''destination, source'' cmovbe is CMOVcc instruction, The cmovbe (conditional move if below or equal) check the state of '''CF''' AND…')
- 04:04, 5 January 2018 (diff | hist) (+997) N Assembler:Commands:CMOVB (Created page with 'Category:Assembler '''command''' cmovb ''destination, source'' cmovb is CMOVcc instruction, The cmovb (conditional move if below) check the state of '''CF''', if '''CF=1''' …')
- 04:01, 5 January 2018 (diff | hist) (+1,017) N Assembler:Commands:CMOVAE (Created page with 'Category:Assembler '''command''' cmovae ''destination, source'' cmovae is CMOVcc instruction, The cmovae (conditional move if above or equal) check the state of '''CF''', if…')
- 03:56, 5 January 2018 (diff | hist) (+1,025) N Assembler:Commands:CMOVA (Created page with 'Category:Assembler '''command''' cmova ''destination, source'' cmova is CMOVcc instruction, The cmova (conditional move if above) check the state of '''CF''' AND '''ZF''', i…')
- 02:53, 5 January 2018 (diff | hist) (-29) m Assembler:Commands:NEG (current)
- 02:38, 5 January 2018 (diff | hist) (-29) m Assembler:Commands:AND (current)
- 01:14, 3 January 2018 (diff | hist) (-58) m Assembler:Commands:SUBSS
- 01:12, 3 January 2018 (diff | hist) (-58) m Assembler:Commands:SUBSD (current)
- 01:03, 3 January 2018 (diff | hist) (-58) m Assembler:Commands:MULSS (current)
- 01:00, 3 January 2018 (diff | hist) (-7) m Assembler:Commands:MULSD (current)
- 00:59, 3 January 2018 (diff | hist) (-8) m Assembler:Commands:MULSD
- 00:58, 3 January 2018 (diff | hist) (-43) m Assembler:Commands:MULSD
- 00:51, 3 January 2018 (diff | hist) (-52) m Assembler:Commands:MOVSS (current)
- 00:46, 3 January 2018 (diff | hist) (+1) m Assembler:Commands:MOVSD (current)
- 00:46, 3 January 2018 (diff | hist) (-1) m Assembler:Commands:MOVSD (→Command Parameters)
- 00:45, 3 January 2018 (diff | hist) (-51) m Assembler:Commands:MOVSD
- 00:36, 3 January 2018 (diff | hist) (-58) m Assembler:Commands:DIVSS (current)
- 00:33, 3 January 2018 (diff | hist) (0) m Assembler:Commands:DIVSD
- 00:32, 3 January 2018 (diff | hist) (0) m Assembler:Commands:DIVSD
- 00:30, 3 January 2018 (diff | hist) (-58) m Assembler:Commands:DIVSD
- 00:26, 3 January 2018 (diff | hist) (+1) m Assembler:Commands:ADDSD
- 00:24, 3 January 2018 (diff | hist) (-58) m Assembler:Commands:ADDSS (current)
- 00:20, 3 January 2018 (diff | hist) (-6) m Assembler:Commands:ADDSD (→Command Parameters)
- 00:17, 3 January 2018 (diff | hist) (-6) m Assembler:Commands:ADDSD (→Command Parameters)
- 00:09, 3 January 2018 (diff | hist) (-47) m Assembler:Commands:ADDSD
- 09:03, 27 November 2017 (diff | hist) (+1,588) N Assembler:Commands:SUBSD (Created page with 'Category:Assembler '''command''' subsd ''destination, source'' Subtracts the source from the destination. Used for Subtracting Scalar Double-Precision Floating-Point Values.…')
- 08:59, 27 November 2017 (diff | hist) (+1,602) N Assembler:Commands:SUBSS (Created page with 'Category:Assembler '''command''' subss ''destination, source'' Subtracts the source from the destination. Used for Subtracting Scalar Single-Precision Floating-Point Values.…')
- 08:53, 27 November 2017 (diff | hist) (-4) Assembler:Commands:MULSD
- 08:53, 27 November 2017 (diff | hist) (-4) Assembler:Commands:MULSS
- 08:52, 27 November 2017 (diff | hist) (-4) Assembler:Commands:DIVSD
- 08:51, 27 November 2017 (diff | hist) (-4) Assembler:Commands:DIVSS
- 08:51, 27 November 2017 (diff | hist) (-4) Assembler:Commands:MOVSS
- 08:50, 27 November 2017 (diff | hist) (-4) Assembler:Commands:MOVSD
- 08:50, 27 November 2017 (diff | hist) (+2,041) N Assembler:Commands:MOVSD (Created page with 'Category:Assembler '''command''' movsd ''destination, source'' Copies the data from source operand to destination operand. Used for Moving Scalar Double-Precision Floating-P…')
- 08:46, 27 November 2017 (diff | hist) (+1) m Assembler:Commands:MOVSS (→Examples)
- 08:45, 27 November 2017 (diff | hist) (+2,075) N Assembler:Commands:MOVSS (Created page with 'Category:Assembler '''command''' movss ''destination, source'' Copies the data from source operand to destination operand. Used for Moving Scalar Single-Precision Floating-P…')
- 08:33, 27 November 2017 (diff | hist) (+1,602) N Assembler:Commands:MULSD (Created page with 'Category:Assembler '''command''' mulsd ''destination, source'' Multiplies the source operand by destination operand. Used for Multiplying Scalar Double-Precision Floating-Po…')
- 08:30, 27 November 2017 (diff | hist) (+1,618) N Assembler:Commands:MULSS (Created page with 'Category:Assembler '''command''' mulss ''destination, source'' Multiplies the source operand by destination operand. Used for Multiplying Scalar Single-Precision Floating-Po…')
- 08:23, 27 November 2017 (diff | hist) (+1,591) N Assembler:Commands:DIVSD (Created page with 'Category:Assembler '''command''' divss ''destination, source'' Divides the destination operand by source operand. Used for Dividing Scalar Double-Precision Floating-Point Va…')
- 08:17, 27 November 2017 (diff | hist) (+1,605) N Assembler:Commands:DIVSS (Created page with 'Category:Assembler '''command''' divss ''destination, source'' Divides the destination operand by source operand. Used for Dividing Scalar Single-Precision Floating-Point Va…')
- 01:28, 27 November 2017 (diff | hist) (+24) Assembler:Commands:ADDSD (Undo revision 4552 by OldCheatEngineUser (Talk))
- 01:26, 27 November 2017 (diff | hist) (-24) m Assembler:Commands:ADDSD (→Examples)
- 01:25, 27 November 2017 (diff | hist) (+1,520) N Assembler:Commands:ADDSD (Created page with 'Category:Assembler '''command''' addsd ''destination, source'' Adds the source to the destination. Used for Adding Scalar Double-Precision Floating-Point Values. The addsd c…')
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)