Page 6 of 7 FirstFirst ... 4567 LastLast
Results 51 to 60 of 69

Thread: I've started trying ASM finally

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

    Default

    Quote Originally Posted by Maniac View Post
    mov r0, r1, lsl #0x4
    (2^4 = 16)
    That would multiple r1 by 16 and store it into r0... I really don't see what you don't understand but alright >_>
    So it's like squares? like, if I put lsl #0x2 it'd come out as 4?

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

    Default

    Well whats 2 to the 2nd power... i.e. 2^2 (^ means to the ___ power)

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


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

    Default

    Quote Originally Posted by Maniac View Post
    Well whats 2 to the 2nd power... i.e. 2^2 (^ means to the ___ power)
    Oh, ok I understand

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

    Default

    Is there any way that I could use a button activator with a loop code? It seems like whenever I do, it loops until I release the activator, even if I tell it to end...Like for example, in this code I even included a "loopcheck" to make sure when it stores an item, it doesn't loop anymore. However it still keeps looping >_>
    Code:
    removed
    Last edited by dragonboy269; 04-28-2009 at 06:21 PM.

  5. #55

    Default

    Wow cool codes!! Uh I think this may be on topic so...
    What is asm? Assembly something or other? And what do I need to know in order to learn how to use it? Thanks, and good luck with whatever you are doing.

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

    Default

    Quote Originally Posted by Drew9561995 View Post
    Wow cool codes!! Uh I think this may be on topic so...
    What is asm? Assembly something or other? And what do I need to know in order to learn how to use it? Thanks, and good luck with whatever you are doing.
    Yup, it's assembly I thought you already knew, I saw your old posts when area51 and itsme were trying it. Well,I can teach you some of it, but I'm not that good yet. Maybe intermediate-kinda advanced.

  7. #57

    Default

    Those posts were from a timme ago, and I dont remember them. I'll go look them up in a minute. You can teach me some of it? Cool thank you. Also sorry if I can't understand some of it I get confused easily.

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

    Default

    Quote Originally Posted by Drew9561995 View Post
    Those posts were from a timme ago, and I dont remember them. I'll go look them up in a minute. You can teach me some of it? Cool thank you. Also sorry if I can't understand some of it I get confused easily.
    Don't worry, it took me like an entire month to get to where I am now.

  9. #59

    Default

    Oh and er... I probably won't have much time to hang out on this site in the near furure..
    Like next week-forever. So I might take a while to reply in any future conversations.
    Woah a whole month! Sounds like fun.(Well maybe not.)

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

    Default

    I made a .txt file with some of my codes in it
    by the way, the "fill town with money" code is that long because i made it say "code by dragonboy269" at the end
    Attached Files Attached Files
    Last edited by dragonboy269; 01-30-2009 at 11:27 AM.

Posting Permissions

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