index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
emu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DYNAREC] Added CC 'Native call' and 0F 1F NOP opcodes
ptitSeb
2021-03-18
1
-2
/
+2
*
Added 8A opcode
ptitSeb
2021-03-18
1
-1
/
+6
*
Excplicit handling of bit size for defered flags
ptitSeb
2021-03-17
3
-489
/
+507
*
[DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, th...
ptitSeb
2021-03-16
1
-2
/
+5
*
[DYNAREC] Added a few more opcodes, some arm64_printer opcodes, and made sure...
ptitSeb
2021-03-16
1
-8
/
+9
*
[DYNAREC] Added Basic blocks for dynarec
ptitSeb
2021-03-14
19
-152
/
+131
*
Added a few more SSE opcodes
ptitSeb
2021-03-13
2
-4
/
+221
*
Added many wrapped function, and fixed a few one too
ptitSeb
2021-03-13
2
-1
/
+5
*
Added a few opcodes
ptitSeb
2021-03-13
2
-0
/
+105
*
Added SDL2_mixer, SDL2_image, SDL2_ttf2 and SMPEG2 wrapped libs, plus a few m...
ptitSeb
2021-03-13
1
-1
/
+1
*
Fixed some 32bits versio of F7 opcodes
ptitSeb
2021-03-13
1
-2
/
+8
*
Added a bunch of SSE opcodes
ptitSeb
2021-03-13
4
-1
/
+54
*
Added F0 00..35 opcodes
ptitSeb
2021-03-12
1
-1
/
+103
*
Fixed issue with XMM 'GETGX' modrm and REX.b
ptitSeb
2021-03-12
1
-1
/
+1
*
Fixed some warning with modrm on 67 32bits prefix
ptitSeb
2021-03-12
1
-1
/
+1
*
Added a bunch of SSE2 opcodes
ptitSeb
2021-03-12
5
-14
/
+601
*
Added a large number of CPU opcodes
ptitSeb
2021-03-12
8
-26
/
+721
*
Added more x87 opcodes
ptitSeb
2021-03-11
8
-28
/
+382
*
Added some SSE2 and x87 opcodes
ptitSeb
2021-03-11
3
-3
/
+10
*
Added 67 E0..E3 opcodes
ptitSeb
2021-03-11
3
-2
/
+85
*
Added and fixed many opcodes
ptitSeb
2021-03-10
7
-63
/
+471
*
Better functions name resolving when using TRACE, and fixed some printf stuff...
ptitSeb
2021-03-10
3
-9
/
+15
*
Added a bunch of various opcodes
ptitSeb
2021-03-10
3
-0
/
+75
*
Added 66 REX F7 opcodes
ptitSeb
2021-03-10
1
-0
/
+66
*
Added 66 D1/D3 opcodes
ptitSeb
2021-03-10
1
-0
/
+30
*
Added 66 39/3B/3D CMP opcodes
ptitSeb
2021-03-09
2
-2
/
+27
*
Added 6A and 6B opcodes
ptitSeb
2021-03-09
1
-1
/
+16
*
Added 66 64 8B opcode
ptitSeb
2021-03-09
4
-0
/
+65
*
Added more byte to UnImp opcode message
ptitSeb
2021-03-09
1
-2
/
+4
*
Add handling of multiple 66 prefix
ptitSeb
2021-03-09
1
-1
/
+1
*
Try to reduce the amount of log volume
ptitSeb
2021-03-09
1
-2
/
+2
*
Added some more SSE opcodes
ptitSeb
2021-03-09
2
-0
/
+45
*
Added F3 0F C2 opcode
ptitSeb
2021-03-09
1
-1
/
+20
*
Added more various opcodes
ptitSeb
2021-03-09
2
-1
/
+65
*
Added a bunch of various opcodes
ptitSeb
2021-03-09
4
-0
/
+145
*
Added REX 0F BA opcodes
ptitSeb
2021-03-09
1
-0
/
+97
*
Added 66 0F 7F opcode
ptitSeb
2021-03-09
1
-0
/
+7
*
Added REX 0F 5A..5F opcodes
ptitSeb
2021-03-09
1
-1
/
+48
*
Added REX 0F C8..CF BSWAP opcodes
ptitSeb
2021-03-09
1
-0
/
+15
*
Fixed F2/F3 A6/AE opcodes
ptitSeb
2021-03-08
1
-4
/
+4
*
Added (F2/F3) A6 (REPNZ/REPZ) CMPSB
ptitSeb
2021-03-08
1
-1
/
+42
*
Switched emu flags to 64bits
ptitSeb
2021-03-08
1
-1
/
+1
*
Added (F2/F3) AE (REPNZ/REPZ) SCASB opcode
ptitSeb
2021-03-08
1
-0
/
+34
*
[TRACE] Trace is not displaying relative offsets for now, preparing functions
ptitSeb
2021-03-08
1
-0
/
+6
*
Added 66 85 TEST opcode
ptitSeb
2021-03-08
1
-0
/
+7
*
Fixed non-REX.W 8D LEA opcode
ptitSeb
2021-03-08
1
-1
/
+1
*
Added 0F AE /2 and /3 opcodes
ptitSeb
2021-03-08
1
-0
/
+6
*
Added A8 TEST opcode
ptitSeb
2021-03-08
1
-0
/
+3
*
Added 66 0F 54..5F opcodes
ptitSeb
2021-03-08
1
-0
/
+92
*
Added 66 0F 2E/2F opcodes
ptitSeb
2021-03-08
1
-0
/
+19
[next]