about summary refs log tree commit diff stats
path: root/html/030---translate.cc.html
Commit message (Collapse)AuthorAgeFilesLines
* 5893Kartik Agaram2020-01-141-208/+201
|
* 5807Kartik Agaram2019-12-091-0/+278
2020-03-11 18:11:27 -0700 committer Kartik Agaram <vc@akkartik.com> 2020-03-11 18:16:56 -0700 6126 - support 8-byte register names' href='/akkartik/mu/commit/090register-names.subx?h=hlt&id=15655a12461c0a46c0a50af7e6143cd4258c89af'>15655a12 ^
442fdabe ^








15655a12 ^









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


                                
                  
              
                   








                      









                                                                             
== data
Registers:  # (table string int)
  # a table is a stream
  0x80/imm32/write
  0/imm32/read
  0x80/imm32/length
  # data
  "eax"/imm32  0/imm32
  "ecx"/imm32  1/imm32
  "edx"/imm32  2/imm32
  "ebx"/imm32  3/imm32
  "esp"/imm32  4/imm32
  "ebp"/imm32  5/imm32
  "esi"/imm32  6/imm32
  "edi"/imm32  7/imm32
  # for 8-byte registers
  # we don't actually check if these are used when they should be; be careful
  "al"/imm32   0/imm32
  "cl"/imm32   1/imm32
  "dl"/imm32   2/imm32
  "bl"/imm32   3/imm32
  "ah"/imm32   4/imm32
  "ch"/imm32   5/imm32
  "dh"/imm32   6/imm32
  "bh"/imm32   7/imm32