Z
Z
Zulkund2016-09-08 14:30:38
Pascal
Zulkund, 2016-09-08 14:30:38

Translation of code from Assembler to Pascal?

Good afternoon! Tell me, is it possible to translate the Assembler code taken from the DLL into the Pascal language and how can this be done?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Rou1997, 2016-09-08
@Zulkund

If you just look, and with low accuracy, then look for decompilers, but you are unlikely to find them in Pascal, only in C / C ++, and if you restore the source code and compile, then only manually, using a decompiler and gradually replacing assembler inserts with Pascal code, fortunately Pascal supports assembler inserts, so you can "force" it to compile and work before it's fully decompiled.

V
Vladimir Kuts, 2016-09-23
@fox_12

begin
    asm
       <собственно ваш код на ассемблере>
    end;
end.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question