[A83] Re: decompiling a romshot


[Prev][Next][Index][Thread]

[A83] Re: decompiling a romshot




>At 10:56 2001-06-05, you wrote:
>
>>I'm looking for the text. So I need data finding, I guess. It's busy now,
at
>>7%, 1:30 mins, without label-finding. Another question: how did you edit
the
>>file?!?! (19%, 2:45 )
>
>If you are looking for text, there is no need to disassemble. It will
>probably be just harder to find the text then, because there is the
>possibility that part of it has been disassembled.
>Just open the romdump file in a hexeditor and search for the text.
>
>///Olle

Uhm yes well it worked, but I can't make the text longer in a hex editor.
Well, actually, I can, sometimes.

[unnessecary (I think I didn't spell it correct) part starts here]

The text has the following format:
"[size]h, [text]" like "05h, hello" or "02h, hi". That's cool.

Ronald