Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


AA failed to assemble DB 'This is my HP %d'

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
yoyoyip
Cheater
Reputation: 0

Joined: 09 Apr 2006
Posts: 29

PostPosted: Sun Oct 22, 2006 1:55 am    Post subject: AA failed to assemble DB 'This is my HP %d' Reply with quote

Hi DarkByte,

The following code can't assemble
Code:
alloc(testDB,256)
testDB:
DB 'This is my HP %d'
DB 0D,0A


Is the latest code able to define string in DB statement?
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 471

Joined: 09 May 2003
Posts: 25858
Location: The netherlands

PostPosted: Sun Oct 22, 2006 4:31 am    Post subject: Reply with quote

yes, but somehow it seems the space is causing a problem. I'll look into it (probably the tokenizer)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
Dark Byte
Site Admin
Reputation: 471

Joined: 09 May 2003
Posts: 25858
Location: The netherlands

PostPosted: Sun Oct 22, 2006 5:21 am    Post subject: Reply with quote

In assemblerunit.pas function tokenize :
change:
Code:

        begin
          firstquote:=false;
          if i=length(opcode) then
            tokens[length(tokens)-1]:=copy(opcode,last-1,i-last+2)
          else
            tokens[length(tokens)-1]:=copy(opcode,last-1,i-last+2);
          last:=i+1;
        end;

into
Code:

      begin
        //inside a quote and a token seperator was encountered
        if opcode[i]='''' then //check if it is the string terminator
        begin
          firstquote:=false;
          if i=length(opcode) then
            tokens[length(tokens)-1]:=copy(opcode,last-1,i-last+2)
          else
            tokens[length(tokens)-1]:=copy(opcode,last-1,i-last+2);
          last:=i+1;
        end;       
      end;


and then you can use code like " db 'this is my hp %d' 0d 0a "

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
yoyoyip
Cheater
Reputation: 0

Joined: 09 Apr 2006
Posts: 29

PostPosted: Sun Oct 22, 2006 8:35 am    Post subject: Reply with quote

Thanks DB, sprintf and OutputDebugStringA working properly in AA script.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites