stalker12555 How do I cheat?
Reputation: 0
Joined: 13 Jul 2013 Posts: 2 Location: Russian
|
Posted: Sat Oct 19, 2013 5:16 am Post subject: The use of assembler in Delphi (dll) |
|
|
For example I have a code derived from the Cheat Engine ( auto asm )-
in Delphi, it looks like-
Code: |
library Project2;
uses
SysUtils,
Classes;
{$R *.res}
begin
asm
mov eax,[00452BD4]
end;
end.
|
The error text:"Error in numeric constant."
How to fix?
_________________
My skype : stalker12555 |
|