0 Members and 4 Guests are viewing this topic.
How can i convert, in axe, a wavelength (Freq() uses wavelengths, right? ) into a string like "C4" or "C4♭" and back?
Is there a tutorial for getting ans if it is a list/other var? TBh, idk what the ans var is called in the VAT
Sorry to interrupt with a different question, but when I display a token, it displays the basic token.Like instead of displaying #Axiom( is displays AsmComp(.Is there an easy way to display Axe tokens instead (probably by intercepting whatever Axe sends to the basic editor)?Also, is there a way to call the OS's catalog? (I don't want to make my own.)
To continue my long string of questions I can't seem to find the memory address of the BASIC graph.I assume I can treat it as just another buffer.It isn't really important I am just curious how some asm programs edit the graph.
It works!I finally understand why each of the free ram variables have a name under them!Since L5 (textShadow) is 128 bytes each one should holds a value for each number on the screen!And it is corrupted by ClearHome because ClearHome is the same as Fill(L5,128,0) and the same is true for L6 and ClearDraw(My life has meaning now)Is all of my information correct (I posted as soon as I saw this because I was excited)Thanks SO much! (increases karma)
Is there an equivalent of pop and push for axe?
Realloc( doesn't seem to do anything.