Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Endian guess??

Featured Replies

  • Author
  • Localization

Bleech Studios, posted Tue May 19, 2020 7:09 pm (56841)


Can somebody explain in BMS script what 'endian guess VAR' does? The quick bms txt file did not explain it very well and im very confused
  • Author
  • Localization

aluigi, posted Wed Jun 17, 2020 5:52 pm (57240)


Endianess is the way the numbers are stored in data.

For example if your number 0x11223344
- little endian: 44 33 22 11
- big endian: 11 22 33 44

That specific command of quickbms tries to guess what the correct endianess from the variable VAR.
If the current endianess is little (default) and VAR is 0x00001234 the endianess will remain the same, if VAR is 0x34120000 it will be set as big endian and VAR automatically set accordingly (will become 0x1234).
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.