Author Topic: Battery Level  (Read 8968 times)

0 Members and 1 Guest are viewing this topic.

Offline thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: Battery Level
« Reply #15 on: November 29, 2010, 11:07:43 pm »
[Alpha] R
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Battery Level
« Reply #16 on: November 29, 2010, 11:08:42 pm »
Xeda, your best bet is to just go disassemble the bcall yourself because I don't think there is anyone who actually understands how it works.

Go into calcsys>Hex editor. Then switch to page 7b, 3b, or 1b respective to calcs. Goto 5221. Goto the address you are now looking at (address followed by page number). And have fun. You basically just did a manual bcall. :D
Even easier, go to the Calcsys console and enter DISROM 5221 (or DR 5221 for short) :)
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Battery Level
« Reply #17 on: November 29, 2010, 11:09:56 pm »
Oh, wow. Thanks, I didn't know CalcSys could do any of that. Thanks!

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Battery Level
« Reply #18 on: November 29, 2010, 11:58:49 pm »
I've always wondered how to disassemble the b_calls. Thanks.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Battery Level
« Reply #19 on: November 30, 2010, 07:02:54 am »
Very nice. I didn't know calcsys could do that.  I'll try it to day and report back.

EDIT: Okay, wait, when I do the 5221 bcall, is it page 7B address 72E8 or address E872? Endianness confuses me.

EDIT2: nvm, 72E8.  The DR function was helpful, too.
« Last Edit: November 30, 2010, 07:39:03 am by graphmastur »