404 Commits

Author SHA1 Message Date
angie
757bb8d380 Fix rsp pref too 2024-03-11 09:30:45 -03:00
angie
904a226fc5 Fix test 2024-03-11 09:20:46 -03:00
angie
13d5c1b069 Fix c.seq.d 2024-03-11 09:17:29 -03:00
Angie
c4360efe43 Fix pref 2024-03-10 16:56:29 -03:00
Anghelo Carvajal
078574d715
Merge pull request #56 from Decompollaborate/develop
1.9.2
1.9.2
2024-03-10 11:57:59 -03:00
angie
d717d29f0f version bump 2024-03-10 11:06:53 -03:00
Angie
dcfea6ce82 Fix possible stack overflow if immOverride is larger than 255 bytes 2024-03-08 21:35:12 -03:00
Anghelo Carvajal
1303f2f854
Merge pull request #55 from Decompollaborate/develop
1.9.1
1.9.1
2024-02-18 16:52:30 -03:00
angie
2189f99e11 Update cibuildwheel on GHA 2024-02-18 16:50:30 -03:00
Anghelo Carvajal
a5350eb497
Merge pull request #54 from Decompollaborate/develop
1.9.0
1.9.0
2024-02-18 13:18:11 -03:00
angie
59042b2777 version bump 2024-02-18 13:13:05 -03:00
angie
f3c9c60947 Mark neg as notEmittedByCompilers 2024-02-18 11:44:20 -03:00
angie
d58534fb67 Update tests 2024-02-18 11:35:05 -03:00
angie
a6ecfecb99 Implement neg pseudo 2024-02-18 11:34:07 -03:00
angie
a1c4864336 sub and negu tests 2024-02-18 11:32:46 -03:00
angie
95907b32b6 More docs 2024-02-11 14:53:23 -03:00
angie
c9a7f71a2b fmt 2024-02-11 14:08:49 -03:00
angie
1bf6e02578 Specify the alternatives to deprecated methods 2024-02-11 13:49:11 -03:00
angie
5cd3ae194b Deprecate isImplemented 2024-02-11 13:17:10 -03:00
angie
f238dd1840 Update C docs 2024-02-11 13:12:47 -03:00
angie
c23e60706d Add docs for getBranchOffsetGeneric and getBranchVramGeneric 2024-02-11 12:51:35 -03:00
angie
739232bf63 Specify that some methods may raise an exception on the docs 2024-02-11 12:07:30 -03:00
Dragorn421
f305526c7f
Some doc on py Instruction (#53) 2024-02-11 11:23:06 -03:00
angie
bd8828c7a0 Raise exceptions on getInstrIndexAsVram and getBranchOffset if the instruction does not have the corresponding field 2024-02-11 11:09:46 -03:00
angie
8bb835b8c6 Instruction.getProcessedImmediate now raises an exception if the instruction does not contain an immediate field. 2024-02-11 10:54:56 -03:00
Anghelo Carvajal
641ed2f313
Merge pull request #52 from Decompollaborate/develop
1.8.3
1.8.3
2024-01-28 13:54:06 -03:00
angie
8b17b28683 version bump 2024-01-28 13:52:35 -03:00
angie
8c175f51db Fix RegistersTracker.getJrInfo not returning the correct values on Windows 2024-01-28 13:48:28 -03:00
Anghelo Carvajal
267f4ed072
Merge pull request #51 from Decompollaborate/develop
1.8.2
1.8.2
2024-01-28 12:32:02 -03:00
angie
534f58cc7c clippy 2024-01-28 12:29:44 -03:00
angie
e8c9217a82 version bump 2024-01-28 12:24:33 -03:00
angie
728815fba3 Update copyright years 2024-01-28 12:16:11 -03:00
angie
83df386cc6 Fix LoPairingInfo python binding not using a proper type width for its value member, causing truncation and sign extending on platforms where long is a 32bits type (ie Windows) 2024-01-28 12:13:58 -03:00
Anghelo Carvajal
c6e988affa
Merge pull request #50 from Decompollaborate/develop
1.8.1
1.8.1
2023-12-25 15:09:51 -03:00
angie
3b42e1ca00 version bump 2023-12-25 15:07:58 -03:00
angie
e39f9534e2 Enable -Werror=type-limits because 2023-12-25 15:02:15 -03:00
descawed
b92e43ef51
getBranchVramGeneric should return an unsigned value (#49)
* getBranchVramGeneric should return an unsigned value

* Add test

* Revert "Add test"

This reverts commit 55e7bc12bf14ab79f054a628271c32c918601cef.
2023-12-25 14:58:47 -03:00
angie
7d0de275c5 rs: Use &* instead of .as_ref().unwrap() 2023-12-10 20:09:49 -03:00
Anghelo Carvajal
15011a8c18
Merge pull request #47 from Decompollaborate/develop
1.8.0
1.8.0
2023-11-12 12:30:20 -03:00
Angie
be56a7121d fix link on changelog 2023-11-12 12:28:01 -03:00
Angie
a4029b7006 version bump 2023-11-12 12:26:37 -03:00
angie
35319feab0 messed this up 2023-11-12 10:44:49 -03:00
angie
1829b3f535 format 2023-11-12 10:40:21 -03:00
angie
e47f170d84 forgot to break 2023-11-12 10:39:26 -03:00
angie
80aa0b6c20 Change flag_disasmAsData to flag_r5900DisasmAsData and redo the logic completely 2023-11-12 10:33:23 -03:00
angie
8b9dddd3b4 cargo fmt 2023-11-11 13:59:18 -03:00
angie
6b39156123 format 2023-11-11 13:56:40 -03:00
angie
111ee90a3a flag_r5900UseDollar 2023-11-11 13:55:06 -03:00
angie
049b47b32c flag_disasmAsData 2023-11-11 13:19:56 -03:00
angie
9656c29f67 Fix changelog link 2023-09-24 10:41:42 -03:00