Join us on Discord!
You can help CodeWalrus stay online by donating here.

Fundamental Calculator Questions (Ti-83+)

Started by mazhat, May 05, 2017, 09:18:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mazhat

#15
Axe question.
Really quick question.
How do I get to the Data( command in Axe?
My friends and I can't find it anymore.
I don't remember it being this elusive.

Update: Nevermind, here's an answer for further reference!

/\list is the same as Data( as stated in the commands.
  • Calculators owned: TI-83Plus, TI-84Plus
  • Consoles, mobile devices and vintage computers owned: Samsung TAB A (Cheap), DSI, Rasperry PI 3
Sketti

E37

Quote from: mazhat on May 06, 2017, 09:05:43 PM
Looks like you got a lot of languages under your belt. Very versatile.
Skipping 3 grades is AMAZING! I love math, but am very terrible at it. I'm jealous of you, IPhoenix.

I have another question. It's about Axe actually:

7) How should I go about making title screens and pictures and stuff. Should I make an assembly routine?
//Here's my rough idea:
10 Start HL at "byte 0" (The start of the drawing buffer)
20 Draw on that byte
30 Increase the HL
40 Goto 20 until you've drawn everything

Otherwise should I make a collection of sprites? Maybe Axe has a built in picture display?

That is the same is doing:

:Copy(Pic1SomePicture)

That copies the picture to the screen buffer. It doesn't display it though.
RecallPic transfers the data from L3 (the back buffer) to L6 (the drawling buffer)
  • Consoles, mobile devices and vintage computers owned: Ti83,Ti84!
I've never finished a project, there is always a way to improve!
What's my calc's name? Convert $37 to decimal. Look up that element in the periodic table. Then take the abbreviation of that element and you have it!
Look! A slime!    <(^.^)>

Powered by EzPortal