From: Thorsten O. <ad...@th...> - 2025-01-12 20:42:35
|
Had partly success with my patched processor definition. The decompiler now atleast does not barf on the linef-call anymore. A simple function now looks like this: linefcall(0x708) is the call to get_par(). The strange assignment to obj in line 9 is, because ghidra does not know yet that linefcall() is a function that returns a value in d0. I've also pushed an updated archive. Functions from desktop are almost complete, except for a few which seem to be related to an older implementation of the textfile viewer, and the format dialog. |