Author Topic: Memkit help: dim()rr  (Read 2860 times)

0 Members and 1 Guest are viewing this topic.

Offline Broseph Radson

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 295
  • Rating: +20/-1
  • Its 0x1A4 somewhere
    • View Profile
Memkit help: dim()rr
« on: March 03, 2011, 10:36:03 pm »
herro. i finally got 0.5.0 and memkit on my calc after wrestling with ti connect for 2 weeks straight (ugh). I got everything to work except dim()rr. If i have 2 programs in ram, the following code should (according to the readme) display the names of the 2 programs:
Code: [Select]
.AMEMKIT:#Axiom(MEMKIT):Load():While Next():!If dim()rr:Print(L1):Disp L1:Disp i:End:End but it just displays "Done" and nothing else.???

Offline Runer112

  • Project Author
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: Memkit help: dim()rr
« Reply #1 on: March 03, 2011, 10:51:30 pm »
The problem is not your code. When I looked through MemKit.z80 a while ago to see if I could optimize anything, one thing I noticed was that the code for dim()rr had a problem. It is currently programmed to read the length of the variable's name instead of the page it's on. I have already pointed this out to Quigibo and hopefully the next Axe release will include an updated MemKit.8xk.

Offline Broseph Radson

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 295
  • Rating: +20/-1
  • Its 0x1A4 somewhere
    • View Profile
Re: Memkit help: dim()rr
« Reply #2 on: March 03, 2011, 10:54:17 pm »
Ok gotcha thanks :)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Memkit help: dim()rr
« Reply #3 on: March 04, 2011, 01:08:40 am »
Sorry if this is off-topic but what is memkit? I checked ticalc.org and it matched no results.

EDIT: Nvm, runer112 answered me on IRC (Axiom)
« Last Edit: March 04, 2011, 01:12:21 am by DJ_O »

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Memkit help: dim()rr
« Reply #4 on: March 04, 2011, 07:38:10 am »
I have a question: How can you check with memkit if a program is archived?
I'm not a nerd but I pretend:

Offline Broseph Radson

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 295
  • Rating: +20/-1
  • Its 0x1A4 somewhere
    • View Profile
Re: Memkit help: dim()rr
« Reply #5 on: March 04, 2011, 08:10:52 am »
You cant atm. There was a mix up with the dim()rr command