Page 1 of 2 12 LastLast
Results 1 to 10 of 39

Thread: Still Need ASM Help

Hybrid View

  1. #1
    Member
    Join Date
    Aug 2008
    Location
    Arizona
    Posts
    1,073
    Blog Entries
    2

    Default

    By the way the only reason yours wouldn't compile is because of a typo XD

    You put: ldrh r8, 0x1FFE
    if you put
    ldrh r8,=0x1FFE
    it compiles
    Always willing to help with anything, code-related or not. :]

  2. #2

    Default

    So will my code work too? Compared to my source, your source is smaller and probably more efficient. Is thumb more efficient with codes like this?

    Edit: Fixed typos.
    3DS Friend Code: 4699-6293-3106

  3. #3
    Member
    Join Date
    Aug 2008
    Location
    Arizona
    Posts
    1,073
    Blog Entries
    2

    Default

    Quote Originally Posted by Demonic View Post
    So will my code work too? (will check later) and your source is so small..compared to all my registers o_O is thumb more efficient with codes like these?
    I dunno if it'll work, I haven't tried it. And the longer a code is, the more efficient it is to use THUMB. (of course I usually make ALL my codes in THUMB) Text activators are picky, sometimes it won't compile for random reasons.
    Always willing to help with anything, code-related or not. :]

  4. #4

    Default

    Nice! I just typed "re" into the chat box without submitting it and it erased the hockey masks. Could you tell me another reason why my code doesn't activate besides the fact that there was a typo that I fixed? :P

    Code Source again:

    Code:
    removed
    Which compiled to:
    Code:
    removed
    Last edited by Demonic722; 06-23-2010 at 03:56 PM.
    3DS Friend Code: 4699-6293-3106

  5. #5
    Member
    Join Date
    Aug 2008
    Location
    Arizona
    Posts
    1,073
    Blog Entries
    2

    Default

    Well, for one, when doing text activators, you should put
    ldrh r0, word
    instead of
    ldr r0,word
    may not help, but it should
    Always willing to help with anything, code-related or not. :]

  6. #6

    Default

    I'm going to try it so I change:

    ldr r0, word to: ldrh r0, word?

    Oh, and by the way, could you tell me whats 0x3C16 in that source?
    3DS Friend Code: 4699-6293-3106

  7. #7
    Member
    Join Date
    Aug 2008
    Location
    Arizona
    Posts
    1,073
    Blog Entries
    2

    Default

    Quote Originally Posted by Demonic View Post
    Im going to try it so I change:

    ldr r0, word to: ldrh r0, word?

    Oh and btw, could yu tell me whats 0x3C16 in that source?
    Eh, i used the text pointer for "typing" instead of the sent message. That's why it activated without having to submit the message :P
    You know how to use pointers right? Basically, the text address for "typed" text is
    Code:
     (address at 0x21CAF6C) + 0x3C16
    Always willing to help with anything, code-related or not. :]

  8. #8
    J.P. (Global Moderator) Maniac's Avatar
    Join Date
    Sep 2007
    Location
    Ohio, USA
    Posts
    2,083
    Blog Entries
    5

    Default

    Locked as requested.

    Say what you mean, mean what you say, and let your actions speak for you.


  9. #9
    J.P. (Global Moderator) Maniac's Avatar
    Join Date
    Sep 2007
    Location
    Ohio, USA
    Posts
    2,083
    Blog Entries
    5

    Default

    Quote Originally Posted by dragonboy269 View Post
    By the way the only reason yours wouldn't compile is because of a typo XD

    You put: ldrh r8, 0x1FFE
    if you put
    ldrh r8,=0x1FFE
    it compiles
    Can i just... slap you for teaching bad habits? I've told you this sometimes takes more room than needed.. l:

    Say what you mean, mean what you say, and let your actions speak for you.


  10. #10
    Member
    Join Date
    Aug 2008
    Location
    Arizona
    Posts
    1,073
    Blog Entries
    2

    Default

    Sorry XD I've gotten used to a lot of bad habits. Most of my sources are unreadable because I've done weird things to make them compile as short as they possibly can. >_<
    Besides I haven't made a code in 3 months, and that code wasn't for ACWW it was for ACCF
    I'll work on re-making my codes in a "readable" way. XD
    Always willing to help with anything, code-related or not. :]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •