From 4a3a616e71673419f2b21c8dd2c0cb1d4346a8b0 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 18 Jul 2018 20:49:17 -0700 Subject: 4368 --- subx/023transform_immediate.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subx/023transform_immediate.cc') diff --git a/subx/023transform_immediate.cc b/subx/023transform_immediate.cc index b1825fda..33ebbc90 100644 --- a/subx/023transform_immediate.cc +++ b/subx/023transform_immediate.cc @@ -11,7 +11,7 @@ # opcode ModR/M SIB displacement immediate # instruction mod, reg, Reg/Mem bits scale, index, base # 1-3 bytes 0/1 byte 0/1 byte 0/1/2/4 bytes 0/1/2/4 bytes - bb 42/imm32 + bb 42/imm32 # copy 42 to EBX +translate: converting '42/imm32' to '2a 00 00 00' +run: copy imm32 0x0000002a to EBX -- cgit 1.4.1-2-gfad0 ht'>danisanti <danisanti@tilde.institute>
about summary refs log blame commit diff stats
path: root/unittests/helpers.c
blob: 564b27162604b83da6afeec6448effea798074b4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10