Chippy

Results 28 issues of Chippy

Hi, how do I use this. I know this is a command line program but I cant find any commands in the download. Thanks

Hex immediates in the mov instruction can be stripped of the hex prefix `0x` causing an error with finding the address immediate in `process_reloc`. `mov` is included in `instructions_with_address_immediates` for...

The relocation for `cmpl $0x3, 0x18c` is being applied to `$0x3` rather than `0x18c`. `curState` is at offset `0x18c` of `g_Supervisor` and is being compared to `3` in the source...

**Is your feature request related to a problem? Please describe.** Some projects have different versions such as PS2 versions and GC versions or different presets on the same platform. Rather...

Scroll to line in source tab when line numbers in diff are clicked. This does not highlight the newly selected line. Related to https://github.com/decompme/decomp.me/issues/115. "Click a line number to jump...

Some scratches do not work due to extra data objdump emits in its output. The compiler can generate extra functions/data in a .text$x section which is dumped by objdump if...

bug
backend

![image](https://github.com/user-attachments/assets/063de643-39ca-4361-92de-3809675f7e3d) ![image](https://github.com/user-attachments/assets/984f04aa-7dfe-4f1a-8ebb-1a91f2f25cd7) The lines are highlighted but the immediates are not colored like other immediates are. Registers are colored when they differ including the line that differs being highlighted (r29...

### Repository URL _No response_ ### Game Name _No response_ ### Game Version _No response_ ### Description In MIPS relocatable binaries, relocations are not applied to DWARF. https://github.com/encounter/decomp-toolkit/blob/main/src/cmd/dwarf.rs#L148

bug

Allowing selecting and copying data out of this UI such as the string "SleepyDust". ![image](https://github.com/user-attachments/assets/3d2e07b3-5224-4e43-87b9-84916b2fea19) Allowing selecting arbitrary data within these targets and copying the data as floats. ![image](https://github.com/user-attachments/assets/a247d124-a269-42c9-9533-b175f58ddde0) ![image](https://github.com/user-attachments/assets/c1a57a4b-562e-4771-a239-8311d355a5f1)...

feature
gui
data diffing