Author Topic: Axiom Requests  (Read 96106 times)

0 Members and 1 Guest are viewing this topic.

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Axiom Requests
« Reply #120 on: November 26, 2011, 07:10:19 pm »
What would an uppercase E look like if it was only 4 tall? o.O

Offline mrmprog

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 559
  • Rating: +35/-1
    • View Profile
Re: Axiom Requests
« Reply #121 on: November 26, 2011, 07:11:41 pm »
***
***
*
***
Somewhat recognizable :P

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 #122 on: November 26, 2011, 07:13:07 pm »
I was thinking something like
Spoiler For Spoiler:
██████
████
██
██████
..but that could work too.
(even if the font has to be all-caps it would be worth it :) )
« Last Edit: November 26, 2011, 07:13:17 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Axiom Requests
« Reply #123 on: November 26, 2011, 07:21:03 pm »
Ah I see, maybe it could work ^^ maybe an Axiom that lets you define your own font set? 
« Last Edit: November 26, 2011, 07:21:29 pm by Builderboy »

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Axiom Requests
« Reply #124 on: November 26, 2011, 08:20:57 pm »
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

Page isn't loading at the moment. D: If you can provide the file I'll attach it to your post. :)

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Axiom Requests
« Reply #125 on: November 27, 2011, 12:43:57 am »
Perhaps a floating-point-math Axiom, with a function to store a float to an axevar?
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

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 #126 on: November 27, 2011, 12:49:03 am »
Ah I see, maybe it could work ^^ maybe an Axiom that lets you define your own font set? 
Like, absorb a zStart/Omnicalc/Grammer(if it uses appvars or something) font set, take the height/width parameters and work from there?
That would be cool, even more versatile ;D
Vy'o'us pleorsdti thl'e gjaemue

Offline jacobly

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 205
  • Rating: +161/-1
    • View Profile
Re: Axiom Requests
« Reply #127 on: November 27, 2011, 06:17:58 pm »
Perhaps a floating-point-math Axiom, with a function to store a float to an axevar?
How can a float fit in a single axe var? Unless you want truncation, but then you would have to specify how you want it truncated.

Page isn't loading at the moment. D: If you can provide the file I'll attach it to your post. :)
Added the file directly to the post.

Offline mrmprog

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 559
  • Rating: +35/-1
    • View Profile
Re: Axiom Requests
« Reply #128 on: November 27, 2011, 07:10:38 pm »
Ah I see, maybe it could work ^^ maybe an Axiom that lets you define your own font set? 
Like, absorb a zStart/Omnicalc/Grammer(if it uses appvars or something) font set, take the height/width parameters and work from there?
That would be cool, even more versatile ;D
That would be really cool and handy. Sometimes, you just need a small font for stuff.

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Axiom Requests
« Reply #129 on: November 27, 2011, 07:49:59 pm »
Perhaps a floating-point-math Axiom, with a function to store a float to an axevar?
How can a float fit in a single axe var? Unless you want truncation, but then you would have to specify how you want it truncated.
There is only one kind of truncation. It's where you chop off the decimal portion. Or, to put it another way, round towards 0
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Axiom Requests
« Reply #130 on: November 27, 2011, 07:50:31 pm »
What do you mean AxeVar?  You mean in the 2 bytes provided by each default Axe variable?

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Axiom Requests
« Reply #131 on: November 27, 2011, 07:51:08 pm »
What do you mean AxeVar?  You mean in the 2 bytes provided by each default Axe variable?
Yes. Isn't that what they're called?
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline jacobly

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 205
  • Rating: +161/-1
    • View Profile
Re: Axiom Requests
« Reply #132 on: November 27, 2011, 07:51:50 pm »
Perhaps a floating-point-math Axiom, with a function to store a float to an axevar?
How can a float fit in a single axe var? Unless you want truncation, but then you would have to specify how you want it truncated.
There is only one kind of truncation. It's where you chop off the decimal portion. Or, to put it another way, round towards 0
By how you want it truncated, I mean what do you want it truncated to.

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Axiom Requests
« Reply #133 on: November 27, 2011, 07:52:45 pm »
Wait you want to fit floating point data into 2 bytes of space? o.O There is barely enough space there for any accuracy at all D:

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Axiom Requests
« Reply #134 on: November 27, 2011, 07:52:57 pm »
Perhaps a floating-point-math Axiom, with a function to store a float to an axevar?
How can a float fit in a single axe var? Unless you want truncation, but then you would have to specify how you want it truncated.
There is only one kind of truncation. It's where you chop off the decimal portion. Or, to put it another way, round towards 0
By how you want it truncated, I mean what do you want it truncated to.
Truncation is a mathematical function. You truncate to a number. To put it in BASIC, iPart()
« Last Edit: November 27, 2011, 07:53:07 pm by Freyaday »
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!