User contributions
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 04:14, 15 March 2017 (diff | hist) (+50) Assembler:Commands:OR
- 04:14, 15 March 2017 (diff | hist) (+50) Assembler:Commands:NOT
- 04:14, 15 March 2017 (diff | hist) (+50) Assembler:Commands:NOP
- 04:14, 15 March 2017 (diff | hist) (+50) Assembler:Commands:MUL
- 04:13, 15 March 2017 (diff | hist) (+50) Assembler:Commands:MOV
- 04:13, 15 March 2017 (diff | hist) (+50) Assembler:Commands:LOOP
- 04:12, 15 March 2017 (diff | hist) (+50) Assembler:Commands:LEA
- 04:12, 15 March 2017 (diff | hist) (+50) Assembler:Commands:INC
- 04:12, 15 March 2017 (diff | hist) (+50) Assembler:Commands:IMUL
- 04:11, 15 March 2017 (diff | hist) (+50) Assembler:Commands:IDIV
- 04:11, 15 March 2017 (diff | hist) (+50) Assembler:Commands:FDIV
- 04:10, 15 March 2017 (diff | hist) (+50) Assembler:Commands:DIV
- 04:10, 15 March 2017 (diff | hist) (+50) Assembler:Commands:DEC
- 04:09, 15 March 2017 (diff | hist) (+50) Assembler:Commands:CMP
- 04:09, 15 March 2017 (diff | hist) (+50) Assembler:Commands:CALL
- 04:09, 15 March 2017 (diff | hist) (+50) Assembler:Commands:AND
- 04:08, 15 March 2017 (diff | hist) (+50) Assembler:Commands:ADD
- 04:07, 15 March 2017 (diff | hist) (+2,036) N Assembler:Commands:FDIV (Created page with ''''command''' fdiv ''size'' ''source'' Performs a single precision or double-precision floating-point division of two operands. Divides the destination operand by the source op…')
- 03:34, 15 March 2017 (diff | hist) (+6) Assembler
- 03:15, 15 March 2017 (diff | hist) (-1) Assembler:Commands:LEA
- 03:14, 15 March 2017 (diff | hist) (+1,957) N Assembler:Commands:LEA (Created page with ''''command''' lea ''destination'', ''source'' Load Effective Address Computes the effective address of the second operand (the source operand) and stores it in the first operan…')
- 02:59, 15 March 2017 (diff | hist) (+2,822) N Assembler:Commands:IDIV (Created page with ''''command''' idiv ''operand'' Performs an unsigned division of two operands. Divides (signed) the value in accumulator registers (dividend) by the source operand (divisor) and…')
- 02:58, 15 March 2017 (diff | hist) (+48) Assembler:Commands:DIV
- 02:57, 15 March 2017 (diff | hist) (+49) Assembler (→Opcodes)
- 02:42, 15 March 2017 (diff | hist) (-11) Assembler:Commands:DIV
- 02:39, 15 March 2017 (diff | hist) (+5,608) N Assembler:Commands:IMUL (Created page with ''''command''' imul ''destination'', ''source1'', ''source2'' Performs a signed multiplication of two or three operands. This instruction has three forms, depending on the number…')
- 00:18, 15 March 2017 (diff | hist) (+111) Assembler:Commands:MUL
- 17:03, 14 March 2017 (diff | hist) (+17) Assembler:Commands:MUL
- 16:57, 14 March 2017 (diff | hist) (+7) Assembler:Commands:MUL
- 16:57, 14 March 2017 (diff | hist) (+7) Assembler (→Opcodes)
- 16:52, 14 March 2017 (diff | hist) (-1) Assembler (→Opcodes)
- 16:51, 14 March 2017 (diff | hist) (+55) Assembler (→Opcodes)
- 16:50, 14 March 2017 (diff | hist) (+54) Assembler:Commands:MUL
- 09:32, 14 March 2017 (diff | hist) (-4) Assembler:Commands:MUL
- 09:05, 14 March 2017 (diff | hist) (+63) Assembler (→External links)
- 09:03, 14 March 2017 (diff | hist) (+14) Assembler:Commands:CMP (→Command Parameters)
- 08:58, 14 March 2017 (diff | hist) (+2,177) N Assembler:Commands:CMP (Created page with ''''command''' cmp ''operand1'', ''operand2'' Compares the first operand with the second operand and sets the status flags in the (E)FLAGS register according to the results. The…')
- 08:53, 14 March 2017 (diff | hist) (+191) Assembler (→Opcodes)
- 08:49, 14 March 2017 (diff | hist) (+114) Assembler (→External links)
- 08:46, 14 March 2017 (diff | hist) (+7) Assembler (→Opcodes)
- 08:44, 14 March 2017 (diff | hist) (+1,866) N Assembler:Commands:LOOP (Created page with ''''command''' loop ''operand'' The LOOP instruction assumes that the (E)CX register contains the loop count. When the loop instruction is executed, the (E)CX register is decreme…')
- 08:43, 14 March 2017 (diff | hist) (+6) Assembler (→Opcodes)
- 08:41, 14 March 2017 (diff | hist) (-31) Assembler:Commands:NOT
- 08:37, 14 March 2017 (diff | hist) (+184) Assembler (→Opcodes)
- 08:36, 14 March 2017 (diff | hist) (0) Assembler:Commands:NOT
- 08:34, 14 March 2017 (diff | hist) (+1,762) N Assembler:Commands:TEST (Created page with ''''command''' test ''destination'', ''source'' The TEST instruction works same as the AND operation, but unlike AND instruc…')
- 08:29, 14 March 2017 (diff | hist) (+1,705) N Assembler:Commands:NOT (Created page with ''''command''' not ''operand'' The NOT instruction implements the bitwise NOT operation. NOT operation reverses the bits in an operand. The operand could be either in a register …')
- 08:25, 14 March 2017 (diff | hist) (+2,225) N Assembler:Commands:AND (Created page with ''''command''' and ''destination'', ''source'' The AND instruction is used for supporting logical expressions by performing bitwise AND operation. The bitwise AND operation retur…')
- 08:22, 14 March 2017 (diff | hist) (+35) Assembler:Commands:OR
- 08:21, 14 March 2017 (diff | hist) (+2,296) N Assembler:Commands:XOR (Created page with ''''command''' xor ''destination'', ''source'' The XOR instruction implements the bitwise XOR operation. The XOR operation sets the resultant bit to 1, if and only if the bits fr…')
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)