Basic Coding...

Discussion in 'Intelligence & Machines' started by jadedflower, Apr 26, 2004.

Thread Status:
Not open for further replies.
  1. jadedflower observer Valued Senior Member

    Messages:
    1,477
    Hi.

    Besides my QBASIC programming... which could probably be considered something more along the lines of playing since I do very little and it's just for fun...

    I program Texas calcs. I was just wondering if there was anyone out there who does the same.

    Thanks.



    Edit: damn, posted this in the wrong place.
     
    Last edited: Apr 26, 2004
  2. Google AdSense Guest Advertisement



    to hide all adverts.
  3. Frisbinator Registered Senior Member

    Messages:
    283
    I program calculators.
     
  4. Google AdSense Guest Advertisement



    to hide all adverts.
  5. jadedflower observer Valued Senior Member

    Messages:
    1,477
    which do you prog?
     
  6. Google AdSense Guest Advertisement



    to hide all adverts.
  7. ChildOfTheMind So dark the con of man Registered Senior Member

    Messages:
    337
    I program Ti-83 calculators, I am currently messing around with the getkey commands, hopefully soon I will learn ASM, trying to create a game as of now...
     
  8. jadedflower observer Valued Senior Member

    Messages:
    1,477
    yaaay! what kind of stuff do you make?

    ASM? what would that be? hm...
     
  9. ChildOfTheMind So dark the con of man Registered Senior Member

    Messages:
    337
    Asm is assembly programming for the calculator, saves as Z80 files it allows for very advanced calculator progs to be added, such as Super Mario...

    Currently I am just messing around trying to try some new stuff out...
    I am trying to create a program that when the user does some math it will give the answer off by a little

    Input " ", A
    A+randInt(1,9)->B
    Disp " ", B
    prgm(the prog name)
    this gives the wrong answer...
    and loops the program

    but the program can be exited with the quit command or off, so I am trying to use the get key variable to disallow the user from exiting, I have seen it done on ASM, but I need to know how to do it in Basic...

    maybe like

    getkey
    if ans=101
    then prgm(prgm name)
    but this ends up as a break... any answers?
     
  10. jadedflower observer Valued Senior Member

    Messages:
    1,477
    *drools*

    Please Register or Log in to view the hidden image!



    My calc has nowhere near enough memory for games!
    Yours is a plus, I assume. The 84 comes out this summer, I can't wait

    Please Register or Log in to view the hidden image!



    Now, let me see...
    What exactally are you aiming for?
    You type a # and it gives you back a random integer and a program?

    By telling it to open itself, I can see why it'd loop...
     
  11. ChildOfTheMind So dark the con of man Registered Senior Member

    Messages:
    337
    Hey Jaded, TI84 already came out, like 4 months ago, you can pick them up anywhere, I am going to get one... I can't imagine what calc you could have, to not be able to store a lot of memory space... well anyway

    listen this program stores a number in variable A it then adds any number 1 through 9 on that number, and then displays it... So far, it looks pretty cool and can mess some people up, but I just want to exploit the getkey command so they cant exit
     
  12. jadedflower observer Valued Senior Member

    Messages:
    1,477
    what??? not here! *panics*
    I have an 83 plus, non-silver, STUFFED with progs. *blushes*

    what's the point of that program?
     
  13. ChildOfTheMind So dark the con of man Registered Senior Member

    Messages:
    337
    Jaded, just go to Ticalc.org it will show you... and who cares what the point is, it is just for fun, do you know how to do it?
     
  14. jadedflower observer Valued Senior Member

    Messages:
    1,477
    yeah, just be mean, i don't care =P
     
Thread Status:
Not open for further replies.

Share This Page