Replies: 3 comments 4 replies
-
These interrupts are in If you wanted to do a custom one you would overload the constructor like this:
|
Beta Was this translation helpful? Give feedback.
-
@GhidorahRex sorry for being thick, but:
E.g., how would this
become say |
Beta Was this translation helpful? Give feedback.
-
@GhidorahRex trying your fix from above (with or without removing the original
I don't understand SLEIGH enough to even investigate errors of any kind! What do I need to do to make it work? |
Beta Was this translation helpful? Give feedback.
-
In 16-/32-bit x86 processors lots of interrupts are shown in the decompiled result as
x = (code *)swi(0xNN);
. Where is this generated? I'd like to at least add a few parameters to this, eventually replacing it with proper descriptive function calls!Beta Was this translation helpful? Give feedback.
All reactions