about summary refs log tree commit diff stats
path: root/apps/ex14.subx
Commit message (Collapse)AuthorAgeFilesLines
* 6090 - new instruction: multiply by immediateKartik Agaram2020-03-061-0/+26
This is a 3-operand instruction: r32 = rm32 * imm32 It looks like https://c9x.me/x86/html/file_module_x86_id_138.html has a bug, implying the same opcode supports a 2-operand version. I don't see that in the Intel manual pdf, or at alternative sites like https://www.felixcloutier.com/x86/imul Native runs seem to validate my understanding. In the process I also fixed a bug in the existing multiply instruction 0f af: the only flags it sets are OF and CF. The other existing multiply instruction f7 was doing things right.
avabit.com> 2012-08-07 03:28:13 +0200 committer hut <hut@lavabit.com> 2012-08-07 03:28:13 +0200 examples/rifle_sxiv.sh: fix symlink handling' href='/akspecs/ranger/commit/examples/rifle_sxiv.sh?h=v1.9.2&id=bef8a8f881d9e2e353a5619cb61903628f93b92e'>bef8a8f8 ^
796074b5 ^
dcbc83fe ^




796074b5 ^
dcbc83fe ^
796074b5 ^
dcbc83fe ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26