Author Topic: Axiom Requests  (Read 96113 times)

0 Members and 1 Guest are viewing this topic.

Offline C0deH4cker

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 258
  • Rating: +11/-1
    • View Profile
    • iNinjas Forum/Repo
Re: Axiom Requests
« Reply #105 on: October 19, 2011, 10:22:28 pm »
I think that it's worth looking into. I think i saw somewhere that you can upload a .inc file to an appvar in a form that mimas can understand.

Offline jacobly

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 205
  • Rating: +161/-1
    • View Profile
Re: Axiom Requests
« Reply #106 on: October 20, 2011, 03:22:47 am »
I actually was doing that at one point, so it is possible, but I kept forgetting the axiom format :P
Anyway, since I can't upload files yet, here is a link to a Mimas version of Axe.inc.

I changed axv_Theta to axv_θ since Mimas supports the theta character.
Also, since Mimas doesn't support macros:
Code: [Select]
;REP_NEXT becomes:
 DB   REP_NEXT
 RORG PC-1
;REP_NEXT(x) becomes:
 DB   REP_NEXT_OFF,x
 RORG PC-2
« Last Edit: November 27, 2011, 06:11:58 pm by jacobly »

Offline C0deH4cker

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 258
  • Rating: +11/-1
    • View Profile
    • iNinjas Forum/Repo
Re: Axiom Requests
« Reply #107 on: October 20, 2011, 09:24:57 am »
Cool! Will try it out. Also, is there a way to edit a mimas program's appvar in text on a pc? I know that sort of defeats the purpose of using mimas in the first place, but it would be nice to transfer asm code that you were working on from your pc to the calc so you can code on the go.

Offline boot2490

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 607
  • Rating: +54/-36
    • View Profile
    • Boot2490's Stuff
Re: Axiom Requests
« Reply #108 on: October 20, 2011, 11:17:59 am »
Multiple tones at the same time when in some kind of loop?
Like

(CHORD)
freq(
freq(
freq(
(/CHORD)
I'm not worried about SOPA creating censorship, that will not stand for long. I'm worried that they'll succeed in stopping piracy!

Spoiler For Signature, updated march 23, 11:28 PM EST:















An useful tool!

PM me if you need some help. I am glad to be of assistance and part of the TI Communnity.

Offline jacobly

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 205
  • Rating: +161/-1
    • View Profile
Re: Axiom Requests
« Reply #109 on: October 20, 2011, 12:19:14 pm »
Cool! Will try it out. Also, is there a way to edit a mimas program's appvar in text on a pc? I know that sort of defeats the purpose of using mimas in the first place, but it would be nice to transfer asm code that you were working on from your pc to the calc so you can code on the go.

Check out tools/8xvtoasm.exe and tools/asmto8xv.exe in the mimas folder, assuming you know command line.
EDIT: which you obviously do, if you are compiling assembly ;)
« Last Edit: October 20, 2011, 12:21:25 pm by jacobly »

Offline C0deH4cker

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 258
  • Rating: +11/-1
    • View Profile
    • iNinjas Forum/Repo
Re: Axiom Requests
« Reply #110 on: October 20, 2011, 12:34:12 pm »
K thanks. And yes, i have extensive knowledge of both windows and unix command lines.

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Axiom Requests
« Reply #111 on: October 20, 2011, 01:13:35 pm »
Multiple tones at the same time when in some kind of loop?
Like

(CHORD)
freq(
freq(
freq(
(/CHORD)
I tried that already, but it just produces random distorted garble D:
Sig wipe!

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Axiom Requests
« Reply #112 on: October 30, 2011, 03:57:41 pm »
Just so this doesn't get lost to time, here's a 8.8 fixed point square root Axiom: http://ourl.ca/9165/257366

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: Axiom Requests
« Reply #113 on: November 05, 2011, 12:31:04 pm »
Multiple tones at the same time when in some kind of loop?
Like

(CHORD)
freq(
freq(
freq(
(/CHORD)
I tried that already, but it just produces random distorted garble D:
Make the notes longer for arpeggio's. You will never get sound blending without a custom routine.
If you like my work: why not give me an internet?








Offline mrmprog

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 559
  • Rating: +35/-1
    • View Profile
Re: Axiom Requests
« Reply #114 on: November 20, 2011, 10:51:29 pm »
Could someone update the list at the first post? I believe it is missing some of the newer ones.

Offline parserp

  • Hero Extraordinaire
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1455
  • Rating: +88/-7
  • The King Has Returned
    • View Profile
Re: Axiom Requests
« Reply #115 on: November 23, 2011, 12:07:30 pm »
I don't know if this is possible, but:
an axiom that turns the calculator off? such as in password programs?

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Axiom Requests
« Reply #116 on: November 23, 2011, 12:09:15 pm »
I don't know if this is possible, but:
an axiom that turns the calculator off? such as in password programs?
You don't really need an axiom to do that ;)
http://ourl.ca/9749
Vy'o'us pleorsdti thl'e gjaemue

Offline parserp

  • Hero Extraordinaire
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1455
  • Rating: +88/-7
  • The King Has Returned
    • View Profile
Re: Axiom Requests
« Reply #117 on: November 23, 2011, 12:11:06 pm »
I don't know if this is possible, but:
an axiom that turns the calculator off? such as in password programs?
You don't really need an axiom to do that ;)
http://ourl.ca/9749
ooh yay!!!! :D

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: Axiom Requests
« Reply #118 on: November 23, 2011, 12:45:47 pm »
Also, if you look far enough into that thread, you'll see my version which deallocates your program. So, use the simple 3 byte command for apps and my much longer one for programs.

The Post

Edit:
   Jk, The Real Post. Yes, this is the right one

Edit2:
   I thought I made a better one
« Last Edit: November 23, 2011, 12:53:03 pm by thepenguin77 »
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 Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Axiom Requests
« Reply #119 on: November 26, 2011, 07:02:58 pm »
Can someone make a smaller font, like, 4*3 or something?  I've been mentally putting together a HUD and the normal Text() font is just too big at times :/
Vy'o'us pleorsdti thl'e gjaemue