Announcement

Collapse
No announcement yet.

What lower two bytes and upper two bytes mean?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • What lower two bytes and upper two bytes mean?

    I saw a code for the Zill Oll and the man that created the codes has written put lower two bytes and upper two bytes in the code.I don't know what lower two bytes and upper two bytes are.Would someone tell me what they are?
    80138F38 C9FF gear MAX
    80138F3A 3B9A

    (Please adjust the number when changing character) Party People 30138F45 0005 current
    80138F18 XXXX 1 person character change (lower 2 bytes)
    80138F1A XXXX 1 person character change (upper 2 bytes)
    80138F1C XXXX 2 person character change (lower 2 bytes)
    80138F1E XXXX 2 person character change (upper 2 bytes)
    80138F20 XXXX 3 person character change (lower 2 bytes)
    80138F22 XXXX 3 person character change (upper 2 bytes)
    80138F24 XXXX 4 person character change (lower 2 bytes)
    80138F26 XXXX 4 person character change (upper 2 bytes)
    80138F28 XXXX 5 person character change (lower 2 bytes)
    5th character change 80138F2A XXXX (upper 2 bytes)

  • #2
    Originally posted by Elfas View Post
    I saw a code for the Zill Oll and the man that created the codes has written put lower two bytes and upper two bytes in the code.I don't know what lower two bytes and upper two bytes are.Would someone tell me what they are?
    Obviously you used Google Translator rarely actuate and post source link to the codes
    like so http://xn--tck1avf6wc.com/【改造コード】ジルオール【ps】/

    (下位2バイト) (upper 2 bytes) = 1st part of code, use half word value

    (上位2バイト) (lower 2 bytes) = last part of code, use half word value
    lee4 Does Not Accept Codes Requests !
    When lee4 asks a question it does not mean lee4 will look at your game
    *How to create and use SegaCD codes >click here<*
    >)

    Comment


    • #3
      Originally posted by lee4 View Post
      Obviously you used Google Translator rarely actuate and post source link to the codes
      like so http://xn--tck1avf6wc.com/【改造コード】ジルオール【ps】/

      (下位2バイト) (upper 2 bytes) = 1st part of code, use half word value

      (上位2バイト) (lower 2 bytes) = last part of code, use half word value
      What is a half word value?Would you write a half word value?

      Comment


      • #4
        seriously, word is size of data, in this case value
        XX = 1 byte
        XXXX = 2 bytes (half word)
        XXXXXXXX = 4 bytes (word)
        Last edited by lee4; 07-02-2014, 02:18:37 AM.
        lee4 Does Not Accept Codes Requests !
        When lee4 asks a question it does not mean lee4 will look at your game
        *How to create and use SegaCD codes >click here<*
        >)

        Comment

        Working...
        X