pancake
d7a244f010
Initial import of asm.tricore disassembler plugin
2016-01-30 02:47:17 +01:00
pancake
d30b2f4894
Initial import of the anal.xtensa plugin
2016-01-30 01:37:04 +01:00
Bigendian Smalls
6d1242c18d
Added initial documentation for sysz architecture
...
This will cover 99% of the commands implemented correctly/currently (via
capstone). However, since this doco is a complete list of mnemonics as
of 2016, it will cover all the instructions when a more complete
implementation of sysz is build for r2. Thanks to @mainframed for
parsing the original docs to create the raw instruction files.
2016-01-29 00:02:48 +01:00
pancake
6f1655c491
Initial support for xtensa CPU disassmbler (from GNU binutils)
2016-01-28 23:59:50 +01:00
Kitsu
a1b872517a
Added lm32 description
2016-01-28 23:17:12 +01:00
Kitsu
ea70e2d704
Added missed mnemo in description
2016-01-28 12:22:41 +01:00
Kitsu
990abd338c
Added desc to msp430 and fixed mnemo typo rcr -> rrc
2016-01-28 12:22:41 +01:00
pancake
0911012a13
Refix xor assembler in x86.nz
2016-01-27 03:22:15 +01:00
pancake
e0b5efcb6b
Fix #4004 - support xor r8-r15 in the x86.nz assembler
2016-01-27 02:54:13 +01:00
Kitsu
6b98a61ae3
Added dalvik description #4014
2016-01-26 21:51:33 +01:00
Maijin
90bc1f37bc
Added wpm and extended some descriptions @l4l fix #4033
2016-01-26 15:22:49 +01:00
Maijin
41c8c5ad48
Fix i4004dis scr -> src opcode
2016-01-26 15:10:39 +01:00
Kitsu
16c102b2c5
Added i4004 for #4014
2016-01-26 09:38:52 +01:00
NighterMan
67038f8738
Add CLAC/STAC instructions support (SMAP)
2016-01-25 16:11:21 +01:00
Evgeny
0e58051600
Java description fixed
...
#4021
2016-01-25 16:10:17 +01:00
Maijin
28a7dc072f
Add i8080/java opcodes, fix x86/sh descriptions thanks @fenugrec @l4l
2016-01-25 12:47:36 +01:00
Maijin
098b7a8d01
Add Malbolge VM opcodes description
2016-01-25 01:08:53 +01:00
Maijin
43d15d5db3
Add SuperH-4 CPU opcodes description thanks @fenugrec
2016-01-25 00:19:58 +01:00
Maijin
29d8456013
Add m68k opcodes descriptions
2016-01-24 13:59:41 +01:00
Maijin
d512751230
Add arc opcodes descriptions
2016-01-23 23:00:34 +01:00
Maijin
273103e66d
Add LH5801 opcodes descriptions
2016-01-23 22:43:11 +01:00
Maijin
6f7085e1ba
Add description for 8051 opcodes
2016-01-23 22:27:24 +01:00
Maijin
eac6daf88b
Add more asm description for MIPS
...
Add more asm description for MIPS
2016-01-23 21:31:06 +01:00
deffi420
e7fdedd501
Improve r_hex_str2bin, fix overflow and error check
2016-01-23 11:53:43 +01:00
Kamil Rytarowski
0d827a2870
NetBSD: Fix warnings for array subscript has type 'char'
2016-01-22 21:36:30 +01:00
pancake
59a7b7cda7
Handle r8-r15 in push/pop for x86-64 in x86.nz assembler
2016-01-22 17:47:41 +01:00
pancake
5f8697f10a
Fix #3972 - Use API instead of command for named functions
2016-01-19 00:44:24 +01:00
pancake
2fed275e04
Handle few x86-16 instructions in x86.nz
2016-01-12 17:37:19 +01:00
pancake
8e25f942f2
Fix #3821 - Add x86.nasm in default plugin list
2016-01-11 01:42:19 +01:00
pancake
a778b467a0
Initial i4004 analysis plugin
2016-01-10 23:03:27 +01:00
Maijin
f4c2b98d63
Add some missing description for x86 opcodes
2016-01-09 11:21:50 +01:00
pancake
056e933bdf
Fix #3920 - Implement NEG in x86.nz
2016-01-09 00:22:13 +01:00
pancake
42acaa7596
Softly kill boolt type
2016-01-03 02:05:26 +01:00
pancake
1d8b761ca1
Various static and iOS related build issues are now fixed
2015-12-28 02:01:45 +01:00
Jeffrey Crowell
d1b5b6ee62
fix doc for x86 enter
2015-12-15 17:56:02 -05:00
Asger Hautop Drewsen
c72cd131ee
Fix syntax choice for asm_x86_as
2015-12-08 21:32:15 +01:00
pancake
40e08dbd89
Get rid of _Bool
2015-12-01 12:39:12 +01:00
pancake
bf54c766f3
6502 is also for Tamagotchis
2015-12-01 12:06:10 +01:00
Ricardo Quesada
f5c65f5da8
Adds VSF (VICE Snapshot File) support as a bin format
...
VICE is the most popular C64/C128 emulator and allows
users to save snapshots of the games.
Analyzing VICE snapshots are more useful than
analyzing .prg (the "standard" c64 program)
because usually all .prg are compressed, and
are decompressed in runtime.
commit 796297c6cd3a099fd17ad3715b4ed5646a6a9e65
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Fri Nov 27 12:28:58 2015 -0800
no sbd for the moment
commit c785b22318c3cacf7771ab21198aa759777224af
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Fri Nov 27 10:06:12 2015 -0800
bank 0 and bank 1
commit 63304876b6f84df001c39f5b35084ff6e61bc01b
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Fri Nov 27 09:47:12 2015 -0800
c128 includes basic, monitor and editor sections
commit 1a8995a644df6d9e871a586e57c3cd8e00cce7ae
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Thu Nov 26 14:45:36 2015 -0800
c128 roms...
uses sdb which is not used at all
more vic symbols
commit 8a29c3c7736fcf689b9248e65093277347ae38bc
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Tue Nov 24 10:39:44 2015 -0800
ram last entry
commit fca46301b2fd68e230cf547047a5278e098c9340
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Tue Nov 24 00:10:20 2015 -0800
more tidy code
commit 03b8a12b319bd0eb9f21b60d882da2030c2c35f1
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Mon Nov 23 22:52:20 2015 -0800
VSF works for C64... still many things to fix
commit a118a930cb40441b412db916deb4c0ca30e30309
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Mon Nov 23 13:37:32 2015 -0800
initial commit... compiles and detects VICE
but nothing more
2015-11-29 12:17:05 +01:00
pancake
e0ce78f08c
Fix double reglisting in linux-arm
2015-11-25 12:49:02 +01:00
Dax
412934d20e
Initial PSX Executable Support
...
PSX Plugin: Deleted useless file
PSX Plugin: Adjusted coding style, minor fixes
PSX Plugin: Removed typo, adjusted makefile, call check_bytes with correct parameters
2015-11-23 20:56:19 +01:00
pancake
a31cd1101e
Initial import of the VAX asm/anal/bin support
2015-11-23 12:34:53 +01:00
mrmacete
92991394a5
+ fixed labels replacement in assembler ( #3395 )
2015-11-19 11:47:25 +01:00
@bezjaje
8468b96ff8
avoid '#' comment assembly on negative numbers
2015-11-17 12:52:19 +01:00
pancake
9c5a309791
Fix oobread in print_hexpair and fill buf_hex in unaligned disasm
2015-11-16 22:37:02 +01:00
Sylvain Pelissier
309e078a8d
MIPS instructions information update
2015-11-13 20:48:34 +01:00
pancake
ad74a6ec6b
Move msil and mdmp into radare2-extras, add r2pm pkgs
2015-11-11 11:07:32 +01:00
Sylvain Pelissier
93f1a17041
MIPS instructions information update
2015-11-10 22:36:22 +01:00
pancake
92f4e72228
Fix infinite analysis for archs without anal plugs
2015-11-05 16:51:36 +01:00
pancake
cc30dc5d83
Fix CR16 disassembler crash
2015-11-05 16:28:11 +01:00
pancake
6bc091f16f
Fix some covs and the is_any() macro in anal.riscv
2015-11-05 10:34:42 +01:00
pancake
8f48a3b9a7
Fix AVR disasm regression and bin.elf=avr forces 16bit mode
2015-11-05 09:20:47 +01:00
pancake
ac10ef4c6f
Fix ASAN OOB reads in AVR disassembler
2015-11-05 09:13:17 +01:00
pancake
8e3421d222
Remove unused variables
2015-11-05 00:47:27 +01:00
Álvaro Felipe Melchor
b1583d5b24
Fix more issues reported by clang-analyzer
2015-11-03 22:14:00 +01:00
Kiwhacks
eb56f6d424
Add instruction descriptions for SPARC
2015-11-03 22:13:11 +01:00
Anton Kochkov
a6dccd04b2
Fix AVR std instruction
2015-11-01 23:19:08 +03:00
pancake
f4e6c8a7df
Fix static builds
2015-11-01 00:20:58 +01:00
pancake
f326094542
Fix some warnings
2015-10-31 17:22:24 +01:00
pancake
691e0c8c1a
Fix latest COVs
2015-10-31 12:06:40 +01:00
pancake
f88b35afba
Fixes for asm.riscv
2015-10-30 00:06:38 +01:00
qnix
09f1ea9856
Initial RISC-V support (32,64bit disasm)
2015-10-29 23:57:22 +01:00
pancake
079a679de6
Fix #3605 - infinite print loops in m68k and mcs96
2015-10-29 12:02:06 +01:00
pancake
67c5b06173
Tiny fix for anal.m68k.cs invalid instructions
2015-10-29 01:58:52 +01:00
pancake
afbcddb508
Fix #3516 - masm syntax was not working
2015-10-27 15:45:27 +01:00
condret
d5eb739f77
gb_asm: implement most varriants of ld
2015-10-27 10:05:38 +00:00
xambroz
d448260816
build cleanup focused on possibility to control the lib directories with the build parameters
...
needed mainly for RedHat/Fedora builds
2015-10-27 03:26:45 +01:00
condret
b70ef7123c
gb_asm: implement add
2015-10-24 20:01:12 +00:00
condret
62a8b04d81
gb_asm: implement inc, dec
2015-10-24 16:13:48 +00:00
condret
c59420797a
gb_asm: implement bit, res, set
2015-10-24 12:00:24 +00:00
condret
0f14965f99
gb_asm: implement rlc, rrc, rl, rr, sla, sra, swap, srl
2015-10-24 02:46:48 +00:00
condret
891931b775
gb_asm: more code-base reduction
2015-10-24 02:16:35 +00:00
condret
38235b6144
gb_asm: code-base reduction
2015-10-23 18:59:21 +00:00
pancake
888c05d31f
Fix some recent covs
2015-10-23 12:07:07 +02:00
condret
1ce554ed01
gb_asm: implement or, xor, and, sbc, sub, adc
2015-10-23 00:50:49 +00:00
condret
ab917483aa
gb_asm: implement cp-instruction
2015-10-22 17:06:48 +00:00
condret
1ece41ea48
gb_asm: add call, call C, call Z, call nC, call nZ
2015-10-22 14:37:37 +00:00
condret
0c2eb134f9
gb_asm: implement jr, jr Z, jr C, jr nZ, jr nC
2015-10-22 13:34:27 +00:00
condret
3b3052d288
fix segfaults, that can happen if gb_asm is used the wrong way
2015-10-22 10:39:08 +00:00
condret
8e6afc0acf
gb_asm: add jp, jp hl, jp Z, jp nZ, jp C, jp nC
2015-10-22 02:51:35 +00:00
condret
848eb486ca
gb-assembler: implement ret Z, ret C, ret nZ, ret nC
2015-10-22 00:30:25 +00:00
condret
fb3059130c
gb-assembler: push, pop, reti
2015-10-21 22:52:05 +00:00
condret
d2c6bd4888
add rst-vectors and comments
2015-10-21 21:15:59 +00:00
condret
279d09aaa8
fix build for windows
2015-10-21 20:00:24 +00:00
pancake
922da0064b
Fix asm.gb build
2015-10-21 19:45:54 +02:00
condret
7d7024b2c6
initial commit for gameboy-assembler
2015-10-21 18:22:14 +00:00
pancake
7dd98bcf75
Add support for TinyCC (super fast builds)
2015-10-21 16:31:24 +02:00
pancake
c594d76323
Fix static build
2015-10-18 21:46:49 +02:00
pancake
879f798562
Fix #3501 - c++11 problem with olly disassembler
2015-10-18 17:11:57 +02:00
jvoisin
420a5c41e0
Fix some minor compilation warnings
2015-10-15 12:36:34 +02:00
pancake
42bc18703a
Implement asm.pcalign and min/max opsize info
2015-10-14 02:11:53 +02:00
pancake
488cc4ca28
Fix to support older capstone libraries
2015-10-14 01:20:27 +02:00
Anton Kochkov
32a4b9e6b7
Add XCH for AVR, patch from @Darkkey
2015-10-14 00:15:19 +02:00
pancake
35f97e3862
Add register profile for AVR
2015-10-13 23:01:30 +02:00
pancake
a876216fcd
Fixes for m68k.cs
2015-10-10 12:22:12 +02:00
XVilka
720341c2df
Improve -fPIC handling, take 2
2015-10-09 22:24:15 +03:00
pancake
7f9c9722a2
Optimize and add some workarounds to avoid m68k.cs crashes
2015-10-07 15:50:09 +02:00
pancake
d629131baf
Initial support for capstone-m68k
2015-10-07 14:37:25 +02:00
Anton Kochkov
82eed6f2a5
More standard C and TCC fixes
2015-10-06 01:29:26 +03:00
pancake
8f8bb3f253
Fix uninitialized variable in RAsm.new
2015-10-04 17:57:32 +02:00
dukeBarman
c381a6cdb8
Add description for AVR instructions with option -w in rasm2
2015-10-01 11:04:36 +02:00
pancake
83063970fe
Fix rasm assembler parsing for instructions with :
2015-09-18 21:54:25 +02:00
pancake
ff0e2724a1
Debugger, Write, HVSplit in material WebUI and more
2015-09-25 03:57:48 +02:00
qnix
55146f4ab1
6502: illegal/undocumented instructions
2015-09-23 22:21:11 +00:00
pancake
72d442931d
Fix #3191 - Fix // to repeat last search
2015-09-23 13:04:15 +02:00
pancake
486c88954f
Darwin: start debugging suspended. Fixes in lm32
2015-09-22 02:28:04 +02:00
Felix Held
c43fedd9e5
lm32: fix instr->op valid range detection
...
instr->op is always < RAsmLm32OpcodeNumber, but this additional check
shouldn't hurt
2015-09-21 22:22:20 +02:00
Felix Held
05b388bbf2
fix lm32_op_raise decode
2015-09-21 22:22:20 +02:00
Felix Held
db39374b8b
add lm32 disassembly support
2015-09-20 23:58:12 +02:00
Ricardo Quesada
6966b2b6f3
adds 6502 opcode description
...
to be used with `?d`
eg:
`?d cli`
2015-09-18 17:17:24 +02:00
Ricardo Quesada
557d45bca1
Add 6502 analysis module
...
Include all documented 6502 opcodes
Esil expression is still work in progress
Fix BRK opcode->size in 6502_disas
2015-09-18 00:09:43 +02:00
pancake
90f8ec4ff8
Fix #3297 - make install after make symstall
2015-09-17 11:11:24 +02:00
Jeffrey Crowell
9f892f1eed
fix some COV
2015-09-17 00:48:07 -04:00
pancake
f807abff7c
Honor asm.invhex in avr and ppc.cs
2015-09-16 22:20:14 +02:00
condret
6c278703af
add mcs96-disassembler (needs a lots of love)
2015-09-16 00:45:01 +00:00
Anton Kochkov
7a5ed6523c
Kill the remnants of the debug for asm.invhex
2015-09-15 18:37:29 +03:00
Felix Held
ae24a9a4c8
fix endianess of printing hex value of illegal instructions
2015-09-15 18:27:55 +03:00
pancake
b86bf19c85
Fix #3051 - Honor CFLAGS everywhere and fix some windows/android warnings
2015-09-14 20:43:11 +02:00
pancake
6dd21e50e9
Fix regression in z80 (thx @dequis)
2015-09-14 10:30:18 +02:00
pancake
49975ccf95
Fix #3286 - Use stdbool.h
2015-09-14 02:08:31 +02:00
pancake
ccc1668d98
Fix assemble of thumb 'b' instruction
2015-09-11 03:56:47 +02:00
Darkkey
7f7a596d77
Fixed out/in instructions assembling; Fixed branched operands
2015-09-10 01:57:40 +02:00
jvoisin
9db340a0a8
Fix some malloc(A*B) overflow detected by clang-analyzer
2015-09-09 21:44:06 +02:00
pancake
56040f6a19
Fix #3241 - avr warnings
2015-09-09 11:03:45 +02:00
pancake
deafc518b0
Refactor RAnal.ESIL (-800 LOC). Fix x86-64 32bit mov
2015-09-05 10:44:51 +02:00
pancake
cff606d99f
Fix z80 indentation and remove exit() statement
2015-09-03 15:13:46 +02:00
pancake
346cc8e758
Fix latest covs
2015-09-03 12:23:49 +02:00
Darkkey
61735aabb5
Added AVR assembler, fixed AVR 'sts' command disassembling.
2015-09-02 23:00:25 +02:00
Anton Kochkov
a40719649b
Do not filter ":" for AVR assembler
2015-09-02 23:33:45 +03:00
pancake
7fcb8e081d
Remove last GPL headers and move old.rarc2 into r2e
2015-09-02 16:06:57 +02:00
pancake
9ff546439d
Workaround for the ARM ldr assembler issue
2015-09-02 01:25:34 +02:00
pancake
b321d7fd8c
Fix local var and assemble of LDR instructions in ARM eggs
2015-09-02 00:58:39 +02:00
pancake
a5655dff9b
A bit dsojson leak just to avoid a crash
2015-09-01 18:44:37 +02:00
mrdanielps
98f14bb506
V810 & V850: Sanity checks
2015-08-31 23:05:42 +02:00
pancake
b1e267dd7a
Fix gcc warnings for the gnu arm disassembler
2015-08-31 17:08:30 +02:00
pancake
6b254a98c7
Fix #1118 - Add asm.invhex and asm.lines.ret
...
- Do some cleanup in RAsm and RCore.disasm
- Accidentally reverts 74be82d30b .
2015-08-31 00:24:28 +02:00
jvoisin
4261075d60
Misc fixes to make clang-analyser even more happy
2015-08-29 18:08:38 +02:00
pancake
605290f071
Support Thumb UDF instruction
2015-08-28 19:49:43 +02:00
pancake
1d4b0d8555
Fix some covs
2015-08-28 17:21:04 +02:00
pancake
529698f635
Add support to assemble Undefined ARM instructions
2015-08-28 15:18:52 +02:00
pancake
604cf153fa
Update arm.gnu plugin to support CRC and UDF instructions
2015-08-28 14:40:25 +02:00
pancake
95bdb8e2ac
Avoid tabs in SH GNU disassembler
2015-08-27 13:05:30 +02:00
pancake
62755eeb0e
Fix latest COVs
2015-08-25 12:40:21 +02:00
pancake
1e3dbdf18c
Enhace asm.assembler priorities
2015-08-24 17:28:13 +02:00
pancake
59dfda515f
Fix #3136 - Add ARM and ARM64 assemmbler support from NDK
2015-08-24 15:43:13 +02:00
pancake
4ecf45d264
MASM is not supported on all versions of Capstone
2015-08-24 10:34:47 +02:00
pancake
e774d332b7
Fix #3082 - Add support for MASM syntax in x86.cs
2015-08-21 15:29:37 +02:00
Maijin
69aea0184d
Fix some dalvik opcodes
...
add-double <-> sub-double
2015-08-21 13:28:52 +02:00
pancake
f4528faa93
Fix #3031 - Another ODR violation from @revskills
2015-08-19 18:58:48 +02:00
pancake
b57e4f9b9d
Fix #3031 - Fix ODR violation and cleanup (-100LOC) EBC disassembler
2015-08-19 17:48:02 +02:00
pancake
55b560d406
Fix warning in dcpu16 disassembler
2015-08-16 18:26:57 +02:00
pancake
def4329769
Fix #3081 - Fix LDR instruction for the ARM assembler
2015-08-13 03:12:12 +02:00
pancake
4beb0dc6a3
Add support for 'mov byte [reg], imm' for x86.nz
2015-08-11 14:15:13 +02:00
pancake
eb7d33e3d9
Remove dupped instruction in v810
2015-08-11 09:04:21 +02:00
pancake
0005fe73c3
Fix oobread in dcpu16
2015-08-09 12:39:11 +02:00
pancake
bbb90d5ce3
Fix #3041 - assemble 'mov edx, [rbp-4]'
2015-08-09 03:56:22 +02:00
Sascha Schirra
7c145226d2
Bugfix: movw/movt instructions are assembled to mov instruction
2015-08-03 12:06:55 +02:00
pancake
191fecab85
Fix RAsm build
2015-07-15 01:04:22 +02:00
David Kreuter
a8d7b8ea94
CID 1134732 Out-of-bounds access /libr/asm/arch/avr/format.c
2015-07-15 00:39:07 +02:00
Jonathan Neuschäfer
c07cf42a2e
asm_java: remove unnecessary "a->pc += op->size"
2015-07-13 01:48:29 +02:00
Jonathan Neuschäfer
ecf6792318
Fix #2927 and random code cleanups
...
- asm_dcpu16: remove an obsolete comment
It was obsoleted in 5285d1bdea .
- Indentation fixes
- fix a few typos
- remove "#define NEW_ESIL"
- move comment about r_bin_filter_name to the right place
- README.md: Add V810 to the list of supported architectures
- Also, de-duplicate LH5801
- Add attribution to randomart.c, fixes #2927
2015-07-12 19:20:36 +02:00
Jonathan Neuschäfer
523aa3af5c
add .version to all plugins
2015-07-12 19:05:33 +02:00
mrdanielps
a44d087e87
V810 fixes:
...
* Add system register names
* Fix xor and remove unused instructions
2015-07-11 22:42:32 +02:00
pancake
ab7c399b38
Fix monospace font issues on the material webui
2015-07-10 17:20:17 +02:00
pancake
146a3a64c7
Fix iOS build
2015-07-10 14:40:10 +02:00
mrdanielps
1eb7d865d2
V810: bugfixes
2015-07-08 21:10:05 +02:00
mrdanielps
dce2a1eb88
Add V810 support
2015-07-08 21:09:59 +02:00
pancake
6dc29e516a
Fix w32 ollyasm format strings for w32
2015-06-25 23:01:41 +02:00
Álvaro Felipe Melchor
1c7feb2240
Fix some infers
2015-06-20 17:33:09 +02:00
pancake
c0b1e5fad3
Fix iOS build
2015-06-04 04:30:48 +02:00
David Kreuter
ab538a170d
m68k_disasm: replaced macro by inline function to please coverity
2015-06-03 16:37:43 +02:00
Mauro Matteo Cascella
f7493773ec
Fix #2681
2015-06-02 17:44:10 +02:00
pancake
a793859d5b
Fix some COVs
2015-06-01 11:20:53 +02:00
Mauro Matteo Cascella
262066b450
Fix #2547 and #2658
2015-05-31 19:03:34 +02:00
pancake
add3ff9b2d
Add missing hppa files
2015-05-28 11:57:22 +02:00
pancake
f8384feb6b
Initial disassembler support for HP PA-RISC (from GNU binutils)
2015-05-28 11:24:31 +02:00
pancake
663cbb0455
Fix some warnings
2015-05-28 11:09:13 +02:00
pancake
4c84b3a2d5
Fix arm assembler null deref #2627
2015-05-27 10:18:21 +02:00
pancake
c21607030c
Document arm/thumb conditional branch instructions
2015-05-19 01:03:28 +02:00
pancake
b88ae16ffa
Fix #2585 - fix 64bit mov in x86.nz
2015-05-18 20:00:10 +02:00
Quentin Santos
d5c40be889
Fix signed char boundaries when assembling jump
...
Signed char can be between -0x80 and 0x7f. The offset in the jump must be
computed taking into account the instruction length.
2015-05-14 17:29:28 +02:00
pancake
0697103f7d
Fix #2536 - Implement ahS and fix ah in pd
2015-05-10 00:12:33 +02:00
pancake
bb76bb1794
Add asm.syntax=jz to convert je/jne into jz/jnz
2015-05-09 11:11:46 +02:00
Quentin Santos
9c30fbecba
Fix nz assembler on mov to a 16 bit register
2015-05-09 10:39:42 +02:00
pancake
9eadce52d9
Fixes for Tmb analysis and asm.describe
2015-05-08 04:10:19 +02:00
pancake
a17b78ad55
Fix mips assembler regression
2015-05-06 12:14:16 +02:00
pancake
dcd17a9165
mips assembler is now a bit more strict
2015-05-06 11:28:58 +02:00
Anton Kochkov
8f1b98be8f
Fix TMS320C55* tests
2015-04-19 03:42:19 +03:00
Anton Kochkov
1479aeca8e
Fix a few Coverity issues
...
Fix CID 1205204
Fix CID 1171365
Fix CID 1135001
Fix CID 1134921
Fix CID 1134848
Fix CID 1134840
Fix CID 1134824
Fix CID 1267983
Fix CID 1230038
2015-04-19 03:15:29 +03:00
pancake
997dda6e5b
Add support for iOS-simulator and static-OSX builds
2015-04-14 17:14:43 +02:00
pancake
2aecde26d2
Tons of free candy. See details below:
...
- Fix arm-thumb ESIL for the SUB instruction
- Handle Java imports as symbols in code analysis
- Invoke Java instructions reference the imports now
- Fix 71 crashes reported by jn
- Affected bin modules: elf, mach0, java, te, pe, dex
2015-04-13 00:57:32 +02:00
pancake
acd5e4b999
Fix dalvik<->dex class and method name resolutions
2015-04-12 05:13:51 +02:00
pancake
6ab06a15ba
Various fixes for DEX and Dalvik support
2015-04-11 04:33:37 +02:00
pancake
efc7ebff17
Add prgi and prgo commands to get consumed and generated bytes at gunzip
2015-04-03 03:20:04 +02:00
pancake
dbe0972610
Fix pd -x and pD -x : It can be heavily reworked.
2015-04-03 02:24:23 +02:00
Jeffrey Crowell
114ca3ed8f
fix some more warnings found with clang
2015-04-01 21:27:12 -04:00
kroemeke
04450503f3
Added je jg jge jne opcode descriptions.
2015-04-01 23:30:50 +02:00
Jonathan Neuschäfer
98daac0ecd
lh5801: use char[4] instead of const char* for mnemonics
...
This only saves around 200 bytes on the stripped .o file, so no big gain.
2015-04-01 03:07:00 +02:00
Jonathan Neuschäfer
df489343ca
lh5801: various fixes
2015-04-01 03:07:00 +02:00
condret
06576f0f2a
fix array-overrun in z80.cr
2015-04-01 01:27:00 +02:00