0 Members and 1 Guest are viewing this topic.
"YOURTEXTHERE->Str1" ->Str2 // one spaceFor(Z,0,2conj(L*Z+Str1,Str2,Ldet(16-L)Disp Str2,iEnd
:"Hello World"->Str1::conj(Str1+A,L1,B) ;Copy the part of the string you want to L1:0->{L1+B} ;Add a null character to signify the end of the substring:Disp L1 ;Display the substring
{e9828}r-{e9824}r
[00:09:04] <@OmnomIRC> <calc84maniac> you could manually do the Free Ram check in Axe by subtracting two values in memory[00:09:29] <+Iambian> calc84maniac: The calc has those two values specified?[00:09:36] <+BrandonW> Free RAM is actually quite easy to calculate, the subtraction of the values at two RAM pointers.[00:09:44] <+BrandonW> ...and calc84maniac beat me to it.[00:09:48] <@DJ_Omni> really?[00:09:52] <@DJ_Omni> that would be nice to know[00:09:55] <+Iambian> I knew it involved two pointers.[00:09:57] <@OmnomIRC> <calc84maniac> what was it, (OPS) and (FPS)?[00:10:10] <+BrandonW> Can't remember exactly.[00:10:14] <+BrandonW> One moment.[00:10:16] <+Iambian> Oh. I was thinking about the long way around it.[00:10:16] <+SpyBot45> New post by Magic Banana in Hey Guys! http://ourl.ca/6026/94063[00:10:41] <+Iambian> But I know it's the end of the floating point stack and the end of the operator stack.[00:10:47] <@DJ_Omni> so we had magic mushrooms[00:10:48] <+BrandonW> Yes, (OPS)-(FPS).[00:10:52] <@DJ_Omni> now we have magic bananas![00:10:58] <@DJ_Omni> mhmm[00:11:00] <@rcfreak0> oO[00:11:03] <@CoolioJaz> @Iambian i think so, yeah....[00:11:10] <@DJ_Omni> are those located at specific memory addresses?[00:11:20] <+Iambian> They are, since they're labeled.[00:11:21] <@DJ_Omni> If they are, then Axe should be able to easily access them[00:11:21] <+BrandonW> Yes, (9828h)-(9824h).[00:11:27] <@DJ_Omni> aah ok thanks[00:11:31] <@OmnomIRC> <calc84maniac> so in Axe, that would be[00:11:57] <@OmnomIRC> <calc84maniac> {e9828}r-{e9824}r[00:12:15] <@OmnomIRC> <calc84maniac> where "e" is the exponential one[00:12:34] <@OmnomIRC> <calc84maniac> I guess I should call it "ee"?[00:12:49] <+Iambian> So that's how you're gonna check for free RAM without resorting to hex codes [00:13:19] <+Iambian> Nifty workaround.