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.

Quick bms math

Featured Replies

  • Author
  • Localization

chrrox, posted Tue Apr 09, 2019 11:02 am (46697)


How do I do math with a long long value
I am trying to do something like
Xmath 0xef000000 x 0x77 / 0xb
  • Author
  • Localization

Shokoniraya, posted Tue Apr 09, 2019 2:36 pm (46703)


chrrox wrote:
How do I do math with a long long value
I am trying to do something like
Xmath 0xef000000 x 0x77 / 0xb


i dont think can support right now, but it can help a lot in a lot of times!
but you can normally do this
Code:
xmath NUMBER "VALVEU1   VALUVE2"
  • Author
  • Localization

chrrox, posted Tue Apr 09, 2019 6:25 pm (46714)


Yeah the math function works just not with values over 0xffffffff
  • Author
  • Localization

aluigi, posted Tue Apr 09, 2019 6:37 pm (46715)


you must use quickbms_4gb_files for enabling 64bit operations.
  • Author
  • Localization

chrrox, posted Tue Apr 09, 2019 7:35 pm (46723)


Yeah I did it does not carry over the number after the 8th digit
  • Author
  • Localization

aluigi, posted Tue Apr 09, 2019 8:06 pm (46725)


I don't know, here it works perfectly:
Code:
math VAR1 = 0x11223344
math VAR2 = 0xffffffff00000000
xmath VAR "VAR1 VAR2"
print "%VAR|X%"

Can you provide a better example?
  • Author
  • Localization

chrrox, posted Tue Apr 09, 2019 8:23 pm (46727)


weird it seems to be working now I must have not been using the 4gb files one before.
  • Author
  • Localization

aluigi, posted Tue Apr 09, 2019 8:25 pm (46728)


Anyway if you post something wrong let me know as soon as possible since version 0.9.3 will be released next week.
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.