Results 1 to 10 of 38

Thread: Need help with makeing codes.

Threaded View

  1. #25

    Default

    What I'm saying is that different "Bit-writes" hold different amount of data.
    The "0 Codetype" is a 32-Bit and can hold as many as 8 characters of data.
    The 1 codetype can hold as many as 4 and the 2 codetype can hold as many as 2.

    Example of Codetype 0:
    Code:
    021D891C 0001869F
    Example of Codetype 1:
    Code:
    121D88FE 000013FF
    Example of Codetype 2:
    Code:
    221D8FC8 00000001
    32-Bits hold twice as much as 16-Bits and 4 times as much as 8-bits.
    16-Bits hold twice as much as 8-Bits.

    You have to keep re-reading it to fully understand the basics first..
    Edit: Its really late where I am so I'll be back on tomorrow, but while I'm gone you should re-read
    the tutorial a few times so you can fully understand it.
    This could help right now:
    Code:
    Bit Writes:
    •8-bit writes=2XXXXXXX 000000YY
    •16-bit writes=1XXXXXXX 0000YYYY
    •32-bit writes=0XXXXXXX YYYYYYYY
    
    •8-bit= writes up to 0-2 digits
    •16-bit= writes up to 3-4 digits
    •32-bit= writes up to 5-8 digits
    You could also use this as a tutorial (one I made a long time ago once your ready for ASM):
    Last edited by Demonic722; 04-12-2011 at 10:37 PM.
    3DS Friend Code: 4699-6293-3106

Posting Permissions

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